]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/cfmt.sh
I hate when strings are broken
[dotfiles.git] / bin / bin / cfmt.sh
index 09d856034a3e5cc549a163e3bc37ccba0db39bc7..1d5b4d61873632e69ccb813948bc1c4346337b94 100755 (executable)
@@ -1,3 +1,11 @@
 #!/bin/sh
 
-clang-format60 -style="{BasedOnStyle: llvm, IndentWidth: 4}" $@
+clang-format60 -style="{
+    BasedOnStyle: llvm,
+    IndentWidth: 4,
+    AllowAllParametersOfDeclarationOnNextLine: false,
+    BinPackArguments: false,
+    BinPackParameters: false,
+    AllowAllParametersOfDeclarationOnNextLine: false,
+    BreakStringLiterals: false,
+}" $@