Skip to content

Commit

Permalink
Removing AlignConsecutiveAssignments: true. (pybind#3067)
Browse files Browse the repository at this point in the history
Also removing a commented-out line.
  • Loading branch information
Ralf W. Grosse-Kunstleve authored Jul 2, 2021
1 parent 6d44094 commit 795e3c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# clang-format --style=llvm --dump-config
BasedOnStyle: LLVM
AccessModifierOffset: -4
AlignConsecutiveAssignments: true
AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false
BinPackParameters: false
Expand All @@ -15,7 +14,6 @@ IndentPPDirectives: AfterHash
IndentWidth: 4
Language: Cpp
SpaceAfterCStyleCast: true
# SpaceInEmptyBlock: true # too new
Standard: Cpp11
TabWidth: 4
...

0 comments on commit 795e3c4

Please sign in to comment.