mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
* Consistent tabs in makefile * Update clang format to fix broken config settings * Use new clang format settings to sort includes * Minor python script warning fixes * Fix a woopsy
23 lines
632 B
YAML
23 lines
632 B
YAML
IndentWidth: 4
|
|
Language: Cpp
|
|
UseTab: Never
|
|
ColumnLimit: 120
|
|
PointerAlignment: Right
|
|
BreakBeforeBraces: Attach
|
|
SpaceAfterCStyleCast: true
|
|
Cpp11BracedListStyle: false
|
|
IndentCaseLabels: true
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
AlignAfterOpenBracket: Align
|
|
AlignOperands: true
|
|
BreakBeforeTernaryOperators: true
|
|
BreakBeforeBinaryOperators: None
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AlignEscapedNewlines: Left
|
|
AlignTrailingComments: true
|
|
SortIncludes: CaseInsensitive |