summaryrefslogtreecommitdiff
path: root/.clang-format
blob: d853f5048075bafcc40146334c1ed5e7e833890b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
BasedOnStyle:					LLVM
Language:					Cpp
IndentWidth:					8
UseTab:						Always
BreakBeforeBraces:				Linux
AllowShortIfStatementsOnASingleLine:		false
IndentCaseLabels:				false
SortIncludes:					false
ContinuationIndentWidth:			8
ColumnLimit:					0
AlwaysBreakBeforeMultilineStrings:		true
AllowShortLoopsOnASingleLine:			false
AllowShortFunctionsOnASingleLine:		false
AlignEscapedNewlinesLeft:			false
AlignTrailingComments:				true
AllowAllParametersOfDeclarationOnNextLine:	false
AlignAfterOpenBracket:				true
SpaceAfterCStyleCast:				false
MaxEmptyLinesToKeep:				2
BreakBeforeBinaryOperators:			NonAssignment
BreakStringLiterals:				false