]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/cfmt.sh
start-x-hidpi
[dotfiles.git] / bin / bin / cfmt.sh
diff --git a/bin/bin/cfmt.sh b/bin/bin/cfmt.sh
deleted file mode 100755 (executable)
index 1d5b4d6..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-clang-format60 -style="{
-    BasedOnStyle: llvm,
-    IndentWidth: 4,
-    AllowAllParametersOfDeclarationOnNextLine: false,
-    BinPackArguments: false,
-    BinPackParameters: false,
-    AllowAllParametersOfDeclarationOnNextLine: false,
-    BreakStringLiterals: false,
-}" $@