2019-08-01 12:31:44 -04:00
|
|
|
---
|
2016-03-08 08:38:45 -05:00
|
|
|
Language: Cpp
|
2019-08-01 12:31:44 -04:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
AlignConsecutiveAssignments: true
|
|
|
|
AlignConsecutiveDeclarations: true
|
|
|
|
AlignEscapedNewlinesLeft: false
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
AllowShortBlocksOnASingleLine: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine : false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
2019-08-12 19:06:12 -04:00
|
|
|
AlwaysBreakAfterReturnType: TopLevel
|
2019-08-01 12:31:44 -04:00
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
|
|
BreakBeforeBraces: Linux
|
|
|
|
BreakConstructorInitializersBeforeComma: true
|
2019-08-12 19:06:12 -04:00
|
|
|
#ColumnLimit: 92
|
|
|
|
ColumnLimit: 0
|
2019-08-01 12:31:44 -04:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
2019-08-12 19:06:12 -04:00
|
|
|
ConstructorInitializerIndentWidth: 8
|
2019-08-01 12:31:44 -04:00
|
|
|
IndentCaseLabels: true
|
|
|
|
AccessModifierOffset: -8
|
2019-08-12 19:06:12 -04:00
|
|
|
#IndentPPDirectives: AfterHash
|
2019-08-01 12:31:44 -04:00
|
|
|
IndentWidth: 8
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 1
|
|
|
|
MaxEmptyLinesToKeep: 1
|
2019-08-12 19:06:12 -04:00
|
|
|
NamespaceIndentation: None
|
2019-08-01 12:31:44 -04:00
|
|
|
ReflowComments: true
|
2016-03-08 08:38:45 -05:00
|
|
|
PointerAlignment: Left
|
2019-08-01 12:31:44 -04:00
|
|
|
SortIncludes: true
|
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
2016-03-08 08:38:45 -05:00
|
|
|
SpaceBeforeParens: Always
|
2019-08-12 19:06:12 -04:00
|
|
|
#SpacesInAngles: true
|
2019-08-01 12:31:44 -04:00
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
SpacesInContainerLiterals: true
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInSquareBrackets: false
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
TabWidth: 8
|
|
|
|
UseTab: ForIndentation
|