mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
14 lines
409 B
YAML
14 lines
409 B
YAML
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
AccessModifierOffset: -2
|
|
TabWidth: 4
|
|
NamespaceIndentation: All
|
|
UseTab: ForContinuationAndIndentation
|
|
AllowShortEnumsOnASingleLine: true
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
Cpp11BracedListStyle: true
|
|
PackConstructorInitializers: BinPack
|
|
AlignAfterOpenBracket: BlockIndent
|