diff --git a/clang-format.sh b/clang-format.sh deleted file mode 100644 index e4509e8eb..000000000 --- a/clang-format.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash - -echo "\n\nFormatting openvic-simulation with clang-format:\n" -find ./src/ -iname *.hpp -o -iname *.cpp | xargs clang-format --verbose -i - -exit 0