22 lines
434 B
YAML
22 lines
434 B
YAML
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
|