Removing AlignConsecutiveAssignments: true. (#3067) (#3065)

Also removing a commented-out line.
This commit is contained in:
Ralf W. Grosse-Kunstleve 2021-07-02 15:21:51 -07:00 committed by GitHub
parent 84cbec0bc1
commit 05417a47ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
# clang-format --style=llvm --dump-config
BasedOnStyle: LLVM
AccessModifierOffset: -4
AlignConsecutiveAssignments: true
AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false
BinPackParameters: false
@ -15,7 +14,6 @@ IndentPPDirectives: AfterHash
IndentWidth: 4
Language: Cpp
SpaceAfterCStyleCast: true
# SpaceInEmptyBlock: true # too new
Standard: Cpp11
TabWidth: 4
...