Skip to content

Commit e687389

Browse files
LeonarddeRjcsteh
andauthored
Update .clang-format
Co-authored-by: James Teh <[email protected]>
1 parent 399d15c commit e687389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BasedOnStyle: Google
99
# Offset for access modifiers (public, protected, private).
1010
AccessModifierOffset: 0
1111
# Align code after an open bracket with block indentation.
12-
AlignAfterOpenBracket: BlockIndent
12+
AlignAfterOpenBracket: DontAlign
1313
# Do not align consecutive assignments.
1414
AlignConsecutiveAssignments: None
1515
# Do not align consecutive bit fields.

0 commit comments

Comments
 (0)