We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8be4e commit e688156Copy full SHA for e688156
.clang-format
@@ -9,7 +9,7 @@ BasedOnStyle: Google
9
# Offset for access modifiers (public, protected, private).
10
AccessModifierOffset: 0
11
# Align code after an open bracket with block indentation.
12
-AlignAfterOpenBracket: BlockIndent
+AlignAfterOpenBracket: DontAlign
13
# Do not align consecutive assignments.
14
AlignConsecutiveAssignments: None
15
# Do not align consecutive bit fields.
0 commit comments