mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Disable AlignConsecutiveAssignments
This commit is contained in:
parent
9b121a6414
commit
837d9ca688
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Cpp11BracedListStyle: true
|
||||||
IndentCaseLabels: false
|
IndentCaseLabels: false
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
ReflowComments: true
|
ReflowComments: true
|
||||||
AlignConsecutiveAssignments: true
|
AlignConsecutiveAssignments: false
|
||||||
AlignTrailingComments: true
|
AlignTrailingComments: true
|
||||||
AlignAfterOpenBracket: DontAlign
|
AlignAfterOpenBracket: DontAlign
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue