X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=bin%2Fbin%2Fcfmt.sh;h=e0adac59d44f8b622a7ab988fcdaedc56d96577d;hb=HEAD;hp=1d5b4d61873632e69ccb813948bc1c4346337b94;hpb=fe3f1523106aa53bc7bcc70e24e8d5f98a51996f;p=dotfiles.git diff --git a/bin/bin/cfmt.sh b/bin/bin/cfmt.sh deleted file mode 100755 index 1d5b4d6..0000000 --- a/bin/bin/cfmt.sh +++ /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, -}" $@