X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fbin%2Fcfmt.sh;h=e0adac59d44f8b622a7ab988fcdaedc56d96577d;hb=HEAD;hp=40e6953312e302c91042d54c4f7b676974ef08cf;hpb=6b683a0b3edb35fc13f510e902c0316a5bcc8a67;p=dotfiles.git diff --git a/bin/bin/cfmt.sh b/bin/bin/cfmt.sh deleted file mode 100755 index 40e6953..0000000 --- a/bin/bin/cfmt.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -clang-format60 -style="{ - BasedOnStyle: llvm, - IndentWidth: 4, - AllowAllParametersOfDeclarationOnNextLine: false, - BinPackArguments: false, - BinPackParameters: false, - BreakStringLiterals: false, -}" $@