Skip to content

Commit 05417a4

Browse files
authored
Removing AlignConsecutiveAssignments: true. (#3067) (#3065)
Also removing a commented-out line.
1 parent 84cbec0 commit 05417a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.clang-format

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# clang-format --style=llvm --dump-config
44
BasedOnStyle: LLVM
55
AccessModifierOffset: -4
6-
AlignConsecutiveAssignments: true
76
AlwaysBreakTemplateDeclarations: Yes
87
BinPackArguments: false
98
BinPackParameters: false
@@ -15,7 +14,6 @@ IndentPPDirectives: AfterHash
1514
IndentWidth: 4
1615
Language: Cpp
1716
SpaceAfterCStyleCast: true
18-
# SpaceInEmptyBlock: true # too new
1917
Standard: Cpp11
2018
TabWidth: 4
2119
...

0 commit comments

Comments
 (0)