Skip to content

Commit

Permalink
[trivial] clang-format: Set AlignAfterOpenBracket: false
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Nov 5, 2015
1 parent 0af8fe4 commit e0eeb67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/.clang-format
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Language: Cpp
AccessModifierOffset: -4
AlignAfterOpenBracket: false
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
Expand Down Expand Up @@ -26,7 +28,6 @@ IndentCaseLabels: false
IndentFunctionDeclarationAfterType: false
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
Language: Cpp
MaxEmptyLinesToKeep: 2
NamespaceIndentation: None
ObjCSpaceAfterProperty: false
Expand Down

0 comments on commit e0eeb67

Please sign in to comment.