trans-glxgears-fork/.clang-format

20 lines
456 B
Plaintext
Raw Normal View History

2023-11-01 10:10:05 -05:00
AlignAfterOpenBracket: BlockIndent
AlignConsecutiveMacros: true
2023-11-01 16:30:35 -05:00
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
2023-11-01 10:10:05 -05:00
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
2023-11-02 11:56:11 -05:00
ContinuationIndentWidth: 2
2023-11-01 10:10:05 -05:00
UseTab: AlignWithSpaces
# ex:se ft=yaml