mirror of
https://github.com/zeldaret/tp
synced 2026-08-22 06:44:53 -04:00
JKRDecomp OK (#58)
* JKRDecomp OK * clang-format tool * JKRThread cleanup and fixed suggestions Co-authored-by: Julgodis <> Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
echo "formatting src/*"
|
||||
find ./src -iname *.h -o -iname *.cpp | xargs clang-format -i
|
||||
echo "formatting libs/*"
|
||||
find ./libs -iname *.h -o -iname *.cpp | xargs clang-format -i
|
||||
echo "formatting include/*"
|
||||
find ./include -iname *.h -o -iname *.cpp | xargs clang-format -i
|
||||
echo "done"
|
||||
Reference in New Issue
Block a user