mirror of https://github.com/PCSX2/pcsx2.git
clang format: disable vertical alignment
Avoid issue of bad alignment on some versions To reduce change impact
This commit is contained in:
parent
447e0d0336
commit
cc15a9480b
|
@ -2,8 +2,8 @@
|
|||
Language: Cpp
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: Align
|
||||
AlignConsecutiveAssignments: true
|
||||
AlignConsecutiveDeclarations: true
|
||||
AlignConsecutiveAssignments: false
|
||||
AlignConsecutiveDeclarations: false
|
||||
AlignEscapedNewlinesLeft: false
|
||||
AlignOperands: true
|
||||
AlignTrailingComments: true
|
||||
|
|
Loading…
Reference in New Issue