mirror of
https://github.com/n64decomp/sm64.git
synced 2024-11-11 11:55:07 -05:00
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
|
IndentWidth: 4
|
||
|
AlignAfterOpenBracket: Align
|
||
|
SortIncludes: false
|
||
|
ColumnLimit: 104
|
||
|
PointerAlignment: Right
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
BinPackArguments: true
|
||
|
BinPackParameters: true
|
||
|
SpaceAfterCStyleCast: true
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
BreakBeforeBinaryOperators: NonAssignment
|
||
|
Cpp11BracedListStyle: false
|
||
|
IndentCaseLabels: true
|
||
|
AlignTrailingComments: true
|