mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 05:19:36 +00:00
c521f1f8ae
* Remove gSystemHeap and use _buffersSegmentEnd instead, make buffer alignments explicit for gcc * ALIGNEDn -> ALIGNED(n), reposition alignment attribute for PreNmiBuff * Correct positioning of ALIGNED for filter data in audio/lib/data.c * Add ALIGNED to TypenameMacros * ALIGNED(4) on same line for PreNmiBuff * Revert audio load.c change, to be submitted separately
26 lines
725 B
YAML
26 lines
725 B
YAML
IndentWidth: 4
|
|
Language: Cpp
|
|
UseTab: Never
|
|
ColumnLimit: 120
|
|
PointerAlignment: Left
|
|
BreakBeforeBraces: Attach
|
|
SpaceAfterCStyleCast: false
|
|
Cpp11BracedListStyle: false
|
|
IndentCaseLabels: true
|
|
IndentPPDirectives: None
|
|
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
|
|
TypenameMacros: ['BAD_RETURN', 'ALIGNED']
|