1
0
Fork 0
reconque/.clang-format

13 lines
284 B
Plaintext
Raw Permalink Normal View History

2019-06-14 20:59:08 +00:00
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AlwaysBreakAfterReturnType: All
AlignAfterOpenBracket: DontAlign
AlignTrailingComments: false
ContinuationIndentWidth: 16
SortIncludes: false