*: reformat
This commit is contained in:
3
tools/format.sh
Executable file
3
tools/format.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Reformats the entire tv2hv source tree.
|
||||
find src/ -type f | rg -e "(.cpp|.h|.hpp)" | xargs -i -- clang-format -i "{}"
|
||||
Reference in New Issue
Block a user