mirror of
https://github.com/libretro/Play-.git
synced 2024-11-27 02:30:29 +00:00
Update clang-format.
This commit is contained in:
parent
5ff57edcb4
commit
319c50f765
@ -1,12 +1,15 @@
|
||||
Standard: Cpp11
|
||||
BreakBeforeBraces: Allman
|
||||
UseTab: ForIndentation
|
||||
TabWidth: 4
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 0
|
||||
SpaceBeforeParens: Never
|
||||
PointerBindsToType: true
|
||||
AccessModifierOffset: -4
|
||||
AlignConsecutiveDeclarations: true
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user