Commit 795e3c4c by Ralf W. Grosse-Kunstleve Committed by GitHub

Removing `AlignConsecutiveAssignments: true`. (#3067)

Also removing a commented-out line.
parent 6d440946
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
# clang-format --style=llvm --dump-config # clang-format --style=llvm --dump-config
BasedOnStyle: LLVM BasedOnStyle: LLVM
AccessModifierOffset: -4 AccessModifierOffset: -4
AlignConsecutiveAssignments: true
AlwaysBreakTemplateDeclarations: Yes AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false BinPackArguments: false
BinPackParameters: false BinPackParameters: false
...@@ -15,7 +14,6 @@ IndentPPDirectives: AfterHash ...@@ -15,7 +14,6 @@ IndentPPDirectives: AfterHash
IndentWidth: 4 IndentWidth: 4
Language: Cpp Language: Cpp
SpaceAfterCStyleCast: true SpaceAfterCStyleCast: true
# SpaceInEmptyBlock: true # too new
Standard: Cpp11 Standard: Cpp11
TabWidth: 4 TabWidth: 4
... ...
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment