2024-09-25 23:03:56 -04:00
|
|
|
AlignAfterOpenBracket: BlockIndent
|
|
|
|
AlignArrayOfStructures: Right
|
|
|
|
AlignConsecutiveAssignments: true
|
|
|
|
AlignConsecutiveDeclarations: true
|
|
|
|
AllowShortBlocksOnASingleLine: Always
|
|
|
|
AllowShortEnumsOnASingleLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: All
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
BasedOnStyle: Chromium
|
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
2024-09-28 14:54:39 -04:00
|
|
|
ColumnLimit: 110
|
2024-09-25 23:03:56 -04:00
|
|
|
ConstructorInitializerIndentWidth: 2
|
|
|
|
ContinuationIndentWidth: 2
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
FixNamespaceComments: false
|
|
|
|
IndentAccessModifiers: false
|
|
|
|
IndentExternBlock: Indent
|
|
|
|
IndentWidth: 2
|
|
|
|
NamespaceIndentation: All
|
|
|
|
SpaceBeforeCpp11BracedList: true
|
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
|
|
|
|
IncludeBlocks: Regroup
|
|
|
|
IncludeCategories:
|
|
|
|
- Regex: '".*"'
|
|
|
|
Priority: 1
|
|
|
|
- Regex: '<.*>'
|
|
|
|
Priority: -1
|