summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 5c8aa3c4396d9968736b8089a3421691674db82b (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:					96
AlwaysBreakBeforeMultilineStrings:		true
AllowShortLoopsOnASingleLine:			false
AllowShortFunctionsOnASingleLine:		false
AlignEscapedNewlinesLeft:			false
AlignTrailingComments:				true
AllowAllParametersOfDeclarationOnNextLine:	false
AlignAfterOpenBracket:				true
SpaceAfterCStyleCast:				false
MaxEmptyLinesToKeep:				2
BreakBeforeBinaryOperators:			NonAssignment
BreakStringLiterals:				false