mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 12:12:50 +01:00
.clang-format restored
This commit is contained in:
parent
c0ab0dee6b
commit
5f15c661c6
@ -1,5 +1,5 @@
|
|||||||
Standard: Cpp11
|
Standard: Cpp11
|
||||||
UseTab: Always
|
UseTab: ForIndentation
|
||||||
TabWidth: 1
|
TabWidth: 1
|
||||||
IndentWidth: 1
|
IndentWidth: 1
|
||||||
AccessModifierOffset: -1
|
AccessModifierOffset: -1
|
||||||
@ -7,7 +7,7 @@ PointerAlignment: Left
|
|||||||
NamespaceIndentation: All
|
NamespaceIndentation: All
|
||||||
ColumnLimit: 0
|
ColumnLimit: 0
|
||||||
BreakBeforeBraces: Allman
|
BreakBeforeBraces: Allman
|
||||||
BreakConstructorInitializersBeforeComma: false
|
BreakConstructorInitializersBeforeComma: true
|
||||||
BreakBeforeBinaryOperators: false
|
BreakBeforeBinaryOperators: false
|
||||||
BreakBeforeTernaryOperators: false
|
BreakBeforeTernaryOperators: false
|
||||||
AlwaysBreakTemplateDeclarations: true
|
AlwaysBreakTemplateDeclarations: true
|
||||||
@ -20,7 +20,7 @@ Cpp11BracedListStyle: true
|
|||||||
IndentCaseLabels: false
|
IndentCaseLabels: false
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
ReflowComments: true
|
ReflowComments: true
|
||||||
AlignConsecutiveAssignments: false
|
AlignConsecutiveAssignments: true
|
||||||
AlignTrailingComments: true
|
AlignTrailingComments: true
|
||||||
AlignAfterOpenBracket: false
|
AlignAfterOpenBracket: false
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||||
|
Loading…
Reference in New Issue
Block a user