]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Yet another Clang format change
authorSergey Matveev <stargrave@stargrave.org>
Tue, 21 Apr 2020 08:23:14 +0000 (11:23 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 21 Apr 2020 08:23:14 +0000 (11:23 +0300)
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