]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/cfmt.sh
Duplicate formatting option
[dotfiles.git] / bin / bin / cfmt.sh
index 80496665657cc9043797d188d5aca15ca4c7f8b3..40e6953312e302c91042d54c4f7b676974ef08cf 100755 (executable)
@@ -6,5 +6,5 @@ clang-format60 -style="{
     AllowAllParametersOfDeclarationOnNextLine: false,
     BinPackArguments: false,
     BinPackParameters: false,
-    AllowAllParametersOfDeclarationOnNextLine: false,
+    BreakStringLiterals: false,
 }" $@