25 lines
659 B
Plaintext
25 lines
659 B
Plaintext
|
AlignAfterOpenBracket: BlockIndent
|
||
|
AlignArrayOfStructures: Right
|
||
|
AlignConsecutiveAssignments: true
|
||
|
AlignConsecutiveDeclarations: true
|
||
|
AllowShortBlocksOnASingleLine: Always
|
||
|
AllowShortEnumsOnASingleLine: true
|
||
|
AllowShortFunctionsOnASingleLine: All
|
||
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
||
|
AllowShortLoopsOnASingleLine: true
|
||
|
BasedOnStyle: Chromium
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
IndentAccessModifiers: false
|
||
|
IndentExternBlock: Indent
|
||
|
NamespaceIndentation: All
|
||
|
SpaceBeforeCpp11BracedList: true
|
||
|
SpacesBeforeTrailingComments: 1
|
||
|
|
||
|
IncludeBlocks: Regroup
|
||
|
IncludeCategories:
|
||
|
- Regex: '".*"'
|
||
|
Priority: 1
|
||
|
- Regex: '<.*>'
|
||
|
Priority: -1
|