1
0
Fork 0
reconque/.clang-format

13 lines
284 B
YAML

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AlwaysBreakAfterReturnType: All
AlignAfterOpenBracket: DontAlign
AlignTrailingComments: false
ContinuationIndentWidth: 16
SortIncludes: false