2023-11-01 10:10:05 -05:00
|
|
|
AlignAfterOpenBracket: BlockIndent
|
|
|
|
AlignConsecutiveMacros: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
BasedOnStyle: LLVM
|
2023-11-01 12:54:27 -05:00
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
2023-11-01 10:10:05 -05:00
|
|
|
IndentCaseLabels: true
|
|
|
|
IndentGotoLabels: true
|
|
|
|
IndentPPDirectives: BeforeHash
|
|
|
|
Language: Cpp
|
|
|
|
ReflowComments: true
|
|
|
|
RemoveBracesLLVM: true
|
|
|
|
SortIncludes: CaseInsensitive
|
|
|
|
TabWidth: 2
|
|
|
|
UseTab: AlignWithSpaces
|
|
|
|
|
|
|
|
# ex:se ft=yaml
|