mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Tweak clang-format
This commit is contained in:
parent
153a2d2b40
commit
ce21db2ce3
@ -5,7 +5,7 @@ IndentWidth: 1
|
|||||||
AccessModifierOffset: -1
|
AccessModifierOffset: -1
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
NamespaceIndentation: All
|
NamespaceIndentation: All
|
||||||
ColumnLimit: 0
|
ColumnLimit: 100
|
||||||
BreakBeforeBraces: Allman
|
BreakBeforeBraces: Allman
|
||||||
BreakConstructorInitializersBeforeComma: true
|
BreakConstructorInitializersBeforeComma: true
|
||||||
BreakBeforeBinaryOperators: false
|
BreakBeforeBinaryOperators: false
|
||||||
@ -22,7 +22,7 @@ SortIncludes: false
|
|||||||
ReflowComments: true
|
ReflowComments: true
|
||||||
AlignConsecutiveAssignments: true
|
AlignConsecutiveAssignments: true
|
||||||
AlignTrailingComments: true
|
AlignTrailingComments: true
|
||||||
AlignAfterOpenBracket: false
|
AlignAfterOpenBracket: DontAlign
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||||
BinPackArguments: true
|
BinPackArguments: true
|
||||||
BinPackParameters: true
|
BinPackParameters: true
|
||||||
|
Loading…
Reference in New Issue
Block a user