mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-15 14:09:35 +00:00
ef329e633a
* [Audio 2/?] Extract audio samples to wav Co-authored-by: zelda2774 <69368340+zelda2774@users.noreply.github.com> * How * Hopefully fix warning I don't get locally * Pad default sample filenames, comment on the vadpcm frame encoder functions, other suggested changes * Small tweaks to above * Remove some obsolete code --------- Co-authored-by: zelda2774 <69368340+zelda2774@users.noreply.github.com>
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']
|