[trivial] clang-format: Set AlignAfterOpenBracket: false

This commit is contained in:
MarcoFalke 2015-11-02 22:23:52 +01:00
parent 0af8fe45ae
commit e0eeb672f2

View file

@ -1,4 +1,6 @@
Language: Cpp
AccessModifierOffset: -4
AlignAfterOpenBracket: false
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
@ -26,7 +28,6 @@ IndentCaseLabels: false
IndentFunctionDeclarationAfterType: false
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
Language: Cpp
MaxEmptyLinesToKeep: 2
NamespaceIndentation: None
ObjCSpaceAfterProperty: false