17 lines
378 B
Plaintext
17 lines
378 B
Plaintext
|
AlignAfterOpenBracket: BlockIndent
|
||
|
AlignConsecutiveMacros: true
|
||
|
AllowShortIfStatementsOnASingleLine: true
|
||
|
AllowShortLoopsOnASingleLine: true
|
||
|
BasedOnStyle: LLVM
|
||
|
IndentCaseLabels: true
|
||
|
IndentGotoLabels: true
|
||
|
IndentPPDirectives: BeforeHash
|
||
|
Language: Cpp
|
||
|
ReflowComments: true
|
||
|
RemoveBracesLLVM: true
|
||
|
SortIncludes: CaseInsensitive
|
||
|
TabWidth: 2
|
||
|
UseTab: AlignWithSpaces
|
||
|
|
||
|
# ex:se ft=yaml
|