1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-21 18:22:33 +01:00

Disable AlignConsecutiveAssignments

This commit is contained in:
RipleyTom 2022-10-22 11:00:47 +02:00 committed by Megamouse
parent 9b121a6414
commit 837d9ca688

View File

@ -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