diff --git a/format.sh b/format.sh deleted file mode 100644 index 5103f13..0000000 --- a/format.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -find ./src -regex '.*\.\(cpp\|hpp\|cc\|cxx\|cu\|cuh\|h\)' | xargs clang-format -i \ - -style="{BasedOnStyle: google, IndentWidth: 2, ColumnLimit: 100}" \ No newline at end of file