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