Browse Source

[trivial] clang-format: Set AlignAfterOpenBracket: false

0.13
MarcoFalke 9 years ago
parent
commit
e0eeb672f2
  1. 3
      src/.clang-format

3
src/.clang-format

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

Loading…
Cancel
Save