Skip to content

Commit e0eeb67

Browse files
author
MarcoFalke
committed
[trivial] clang-format: Set AlignAfterOpenBracket: false
1 parent 0af8fe4 commit e0eeb67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/.clang-format

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
Language: Cpp
12
AccessModifierOffset: -4
3+
AlignAfterOpenBracket: false
24
AlignEscapedNewlinesLeft: true
35
AlignTrailingComments: true
46
AllowAllParametersOfDeclarationOnNextLine: false
@@ -26,7 +28,6 @@ IndentCaseLabels: false
2628
IndentFunctionDeclarationAfterType: false
2729
IndentWidth: 4
2830
KeepEmptyLinesAtTheStartOfBlocks: false
29-
Language: Cpp
3031
MaxEmptyLinesToKeep: 2
3132
NamespaceIndentation: None
3233
ObjCSpaceAfterProperty: false

0 commit comments

Comments
 (0)