trans-glxgears-fork/.clang-format
2023-11-01 12:54:27 -05:00

19 lines
427 B
YAML

AlignAfterOpenBracket: BlockIndent
AlignConsecutiveMacros: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BasedOnStyle: LLVM
BinPackArguments: false
BinPackParameters: false
IndentCaseLabels: true
IndentGotoLabels: true
IndentPPDirectives: BeforeHash
Language: Cpp
ReflowComments: true
RemoveBracesLLVM: true
SortIncludes: CaseInsensitive
TabWidth: 2
UseTab: AlignWithSpaces
# ex:se ft=yaml