mirror of
https://github.com/libretro/Play-.git
synced 2025-02-17 01:57:49 +00:00
16 lines
379 B
YAML
16 lines
379 B
YAML
AccessModifierOffset: -4
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
BreakBeforeBraces: Allman
|
|
BreakConstructorInitializers: BeforeComma
|
|
ColumnLimit: 0
|
|
FixNamespaceComments: false
|
|
IndentWidth: 4
|
|
NamespaceIndentation: All
|
|
PointerBindsToType: true
|
|
SortIncludes: false
|
|
SpaceBeforeParens: Never
|
|
Standard: Cpp11
|
|
TabWidth: 4
|
|
UseTab: ForIndentation
|