Removed cmake-format from script

This commit is contained in:
gabime 2024-12-01 18:15:27 +02:00
parent c55e7f6d14
commit 65a2d8a49f

View File

@ -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