Public release
This commit is contained in:
3
bin/clang-format-fix
Executable file
3
bin/clang-format-fix
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
find src lib \( -name "*.c" -o -name "*.cpp" -o -name "*.h" -o -name "*.hpp" \) -exec clang-format -style=file -i {} +
|
||||
Reference in New Issue
Block a user