39 lines
No EOL
1.1 KiB
YAML
39 lines
No EOL
1.1 KiB
YAML
IndentWidth: 4
|
|
UseTab: Always
|
|
TabWidth: 4
|
|
InsertBraces: false
|
|
SortIncludes: true
|
|
IncludeBlocks: Regroup
|
|
IncludeCategories:
|
|
# System headers from C
|
|
- Regex: '<(cassert|ccomplex|cctype|cerrno|cfenv|cfloat|cinttypes|ciso646|climits|clocale|cmath|csetjmp|csignal|cstdalign|cstdarg|cstdatomic|cstdbool|cstddef|cstdint|cstdio|cstdlib|cstdnoreturn|cstring|ctgmath|cthreads|ctime|cuchar|cwchar|cwctype)>'
|
|
Priority: 3
|
|
# System headers without extension.
|
|
- Regex: '<([A-Za-z0-9\Q/-_\E])+>'
|
|
Priority: 2
|
|
# Local headers with extension.
|
|
- Regex: '"([A-Za-z0-9\Q/-_\E])+\.h(pp)?"'
|
|
Priority: 1
|
|
BraceWrapping:
|
|
AfterCaseLabel: false
|
|
AfterClass: false
|
|
AfterControlStatement: Never
|
|
AfterEnum: false
|
|
AfterFunction: false
|
|
AfterNamespace: false
|
|
AfterObjCDeclaration: false
|
|
AfterStruct: false
|
|
AfterUnion: false
|
|
AfterExternBlock: false
|
|
BeforeCatch: false
|
|
BeforeElse: false
|
|
BeforeLambdaBody: false
|
|
BeforeWhile: false
|
|
SplitEmptyFunction: false
|
|
SplitEmptyRecord: false
|
|
SplitEmptyNamespace: false
|
|
IndentCaseLabels: true
|
|
IntegerLiteralSeparator:
|
|
Binary: 0
|
|
Decimal: 3
|
|
Hex: -1 |