trans-glxgears-fork/.clang-format
2023-11-02 12:41:08 -05:00

20 lines
456 B
YAML

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