Преглед изворни кода

fix autoformat.sh to format all files

Missingmew пре 4 година
родитељ
комит
2898a04c76
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      autoformat.sh

+ 1 - 1
autoformat.sh

@@ -1,2 +1,2 @@
 #!/bin/bash
-find {daemon,cli,gui}/{src,include} -name *.cpp -o -name *.h -exec clang-format -i {} +
+clang-format -i {daemon,cli,gui}/src/*.cpp {daemon,cli,gui}/include/*.h