mirror of
https://github.com/AloUltraExt/sm64ex-alo.git
synced 2025-01-22 15:43:42 -05:00
19 lines
471 B
Text
19 lines
471 B
Text
|
IndentWidth: 4
|
||
|
Language: Cpp
|
||
|
AlignAfterOpenBracket: Align
|
||
|
SortIncludes: false
|
||
|
ColumnLimit: 104
|
||
|
PointerAlignment: Right
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
BinPackArguments: true
|
||
|
BinPackParameters: true
|
||
|
SpaceAfterCStyleCast: true
|
||
|
BreakBeforeBraces: Attach
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
BreakBeforeBinaryOperators: NonAssignment
|
||
|
Cpp11BracedListStyle: false
|
||
|
IndentCaseLabels: true
|
||
|
AlignTrailingComments: true
|
||
|
UseTab: Never
|