]> 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 51585ca..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-clang-format60 -style="{
-    BasedOnStyle: llvm,
-    ColumnLimit: 88,
-    IndentWidth: 4,
-    AllowAllParametersOfDeclarationOnNextLine: false,
-    AllowShortBlocksOnASingleLine: true,
-    AllowShortCaseLabelsOnASingleLine: true,
-    BinPackArguments: false,
-    BinPackParameters: false,
-    BreakStringLiterals: false,
-}" $@