Browse Source

fix autoformat.sh to format all files

Missingmew 4 năm trước cách đây
mục cha
commit
2898a04c76
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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