23 lines
434 B
Text
23 lines
434 B
Text
|
AlignConsecutiveMacros: true
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: Never
|
||
|
BasedOnStyle: LLVM
|
||
|
ColumnLimit: 100
|
||
|
IncludeBlocks: Regroup
|
||
|
IndentCaseLabels: true
|
||
|
IndentWidth: 4
|
||
|
PointerAlignment: Left
|
||
|
UseTab: Never
|
||
|
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterFunction: true
|
||
|
|
||
|
IncludeCategories:
|
||
|
- Regex: '^<.+\.hpp>'
|
||
|
Priority: 2
|
||
|
- Regex: "^<"
|
||
|
Priority: 1
|
||
|
- Regex: '^"'
|
||
|
Priority: 3
|