]> Sergey Matveev's repositories - dotfiles.git/blobdiff - clang-format/.clang-format
Yet another Clang format change
[dotfiles.git] / clang-format / .clang-format
index 59c1b967fdc37c5ff7cad116789088ef045d1ae8..1da345a989da8fff0c800e197d6bb7ebe79c04e7 100644 (file)
@@ -1,10 +1,12 @@
 BasedOnStyle: llvm
 ColumnLimit: 88
 IndentWidth: 4
+AlignAfterOpenBracket: AlwaysBreak
 AlignConsecutiveAssignments: true
 AllowAllParametersOfDeclarationOnNextLine: false
 AllowShortBlocksOnASingleLine: true
 AllowShortCaseLabelsOnASingleLine: true
 BinPackArguments: false
 BinPackParameters: false
+BreakBeforeTernaryOperators: false
 BreakStringLiterals: false