mirror of https://github.com/zeldaret/tmc.git
add .clang-format file from zeldaret/oot
This commit is contained in:
parent
7f24d3da70
commit
044c9f1d67
|
@ -0,0 +1,23 @@
|
||||||
|
IndentWidth: 4
|
||||||
|
Language: Cpp
|
||||||
|
UseTab: Never
|
||||||
|
ColumnLimit: 120
|
||||||
|
PointerAlignment: Left
|
||||||
|
BreakBeforeBraces: Attach
|
||||||
|
SpaceAfterCStyleCast: false
|
||||||
|
Cpp11BracedListStyle: false
|
||||||
|
IndentCaseLabels: true
|
||||||
|
BinPackArguments: true
|
||||||
|
BinPackParameters: true
|
||||||
|
AlignAfterOpenBracket: Align
|
||||||
|
AlignOperands: true
|
||||||
|
BreakBeforeTernaryOperators: true
|
||||||
|
BreakBeforeBinaryOperators: None
|
||||||
|
AllowShortBlocksOnASingleLine: true
|
||||||
|
AllowShortIfStatementsOnASingleLine: false
|
||||||
|
AllowShortLoopsOnASingleLine: false
|
||||||
|
AllowShortCaseLabelsOnASingleLine: false
|
||||||
|
AllowShortFunctionsOnASingleLine: false
|
||||||
|
AlignEscapedNewlines: Left
|
||||||
|
AlignTrailingComments: true
|
||||||
|
SortIncludes: false
|
Loading…
Reference in New Issue