mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Removed cmake-format from script
This commit is contained in:
parent
c55e7f6d14
commit
65a2d8a49f
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user