2018-05-11 21:03:15 +02:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4
|
|
|
|
UseTab: Never
|
|
|
|
BreakBeforeBraces: Custom
|
2018-05-11 21:08:26 +02:00
|
|
|
BraceWrapping:
|
2018-05-11 21:03:15 +02:00
|
|
|
AfterClass: true
|
|
|
|
AfterControlStatement: false
|
2018-05-11 21:08:26 +02:00
|
|
|
AfterEnum: true
|
|
|
|
AfterFunction: true
|
2018-05-11 21:03:15 +02:00
|
|
|
AfterNamespace: true
|
2018-05-11 21:08:26 +02:00
|
|
|
AfterObjCDeclaration: true
|
|
|
|
AfterStruct: true
|
|
|
|
AfterUnion: true
|
|
|
|
BeforeCatch: true
|
|
|
|
BeforeElse: false
|
2018-05-11 21:03:15 +02:00
|
|
|
IndentBraces: false
|
|
|
|
|
|
|
|
AlignConsecutiveAssignments: false
|
|
|
|
AlignConsecutiveDeclarations: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
IndentCaseLabels: true
|
|
|
|
BinPackArguments: true
|
|
|
|
BinPackParameters: false
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
|
|
AlwaysBreakTemplateDeclarations: false
|
2018-05-12 18:28:28 +02:00
|
|
|
ColumnLimit: 85
|
2018-05-11 21:03:15 +02:00
|
|
|
MaxEmptyLinesToKeep: 2
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
ContinuationIndentWidth: 2
|
|
|
|
PointerAlignment: Right
|
|
|
|
ReflowComments: false
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
2018-05-12 18:28:28 +02:00
|
|
|
SpaceBeforeParens: ControlStatements
|
2018-05-11 21:03:15 +02:00
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesInAngles: false
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInSquareBrackets: false
|
|
|
|
Standard: Cpp11
|
|
|
|
|
|
|
|
SortIncludes: false
|
|
|
|
|
|
|
|
FixNamespaceComments: false
|
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
2018-05-12 18:28:28 +02:00
|
|
|
SpaceAfterTemplateKeyword: false
|
2018-05-11 21:03:15 +02:00
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
AlignOperands: true
|
|
|
|
BreakConstructorInitializers: AfterColon
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
|
|
SpaceAfterCStyleCast: true
|
|
|
|
BreakBeforeTernaryOperators: true
|