]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/cfmt.sh
More C formatting
[dotfiles.git] / bin / bin / cfmt.sh
index 09d856034a3e5cc549a163e3bc37ccba0db39bc7..80496665657cc9043797d188d5aca15ca4c7f8b3 100755 (executable)
@@ -1,3 +1,10 @@
 #!/bin/sh
 
-clang-format60 -style="{BasedOnStyle: llvm, IndentWidth: 4}" $@
+clang-format60 -style="{
+    BasedOnStyle: llvm,
+    IndentWidth: 4,
+    AllowAllParametersOfDeclarationOnNextLine: false,
+    BinPackArguments: false,
+    BinPackParameters: false,
+    AllowAllParametersOfDeclarationOnNextLine: false,
+}" $@