mirror of https://github.com/sm64pc/sm64pc.git
16 lines
417 B
YAML
16 lines
417 B
YAML
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
|