mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-15 06:06:04 +00:00
d3b9ba17da
* [Audio 4/?] Build Samplebanks, match Audiotable * Fix some makefile formatting * Add missing scope in MARK chunk handling * Add comment to generate asm file when buffer bug data is emitted, remove duplicate CC4 definition * Adjust comment * SBCFLAGS * Remove unnecessary comments on notes_lut * Split build directories creation command into several to avoid it becoming too long * objcopy -j -> --only-section * Fix mkdir warning when extracted/VERSION/assets doesn't exist
29 lines
846 B
YAML
29 lines
846 B
YAML
IndentWidth: 4
|
|
Language: Cpp
|
|
UseTab: Never
|
|
ColumnLimit: 120
|
|
PointerAlignment: Right
|
|
BreakBeforeBraces: Linux
|
|
AlwaysBreakAfterReturnType: TopLevel
|
|
AlignArrayOfStructures: Left
|
|
SpaceAfterCStyleCast: false
|
|
SpaceBeforeParens: ControlStatementsExceptControlMacros
|
|
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
|
|
AllowShortEnumsOnASingleLine: false
|
|
AlignEscapedNewlines: Left
|
|
AlignTrailingComments: true
|
|
SortIncludes: false
|
|
AlignConsecutiveMacros: Consecutive
|
|
ForEachMacros: ['LL_FOREACH']
|