diff --git a/scripts/format.sh b/scripts/format.sh index 2a4b6163..e8a11021 100755 --- a/scripts/format.sh +++ b/scripts/format.sh @@ -10,10 +10,4 @@ echo -n "Running clang-format " $find_sources | xargs -I {} sh -c "clang-format -i {}; echo -n '.'" -echo -echo -n "Running cmake-format " -find . -type f -name "CMakeLists.txt" -o -name "*\.cmake"|grep -v bundled|grep -v build|xargs -I {} sh -c "cmake-format --line-width 120 --tab-size 4 --max-subgroups-hwrap 4 -i {}; echo -n '.'" -echo - -