mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 15:26:23 +00:00
13 lines
298 B
YAML
13 lines
298 B
YAML
Standard: Cpp11
|
|
BreakBeforeBraces: Allman
|
|
UseTab: ForIndentation
|
|
TabWidth: 4
|
|
IndentWidth: 4
|
|
ColumnLimit: 0
|
|
SpaceBeforeParens: Never
|
|
PointerBindsToType: true
|
|
AccessModifierOffset: -4
|
|
AlignConsecutiveDeclarations: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
AllowShortFunctionsOnASingleLine: None
|