*: reformat

This commit is contained in:
2026-02-15 11:02:43 -05:00
parent c6e2128875
commit 97a001ac90
6 changed files with 33 additions and 51 deletions

3
tools/format.sh Executable file
View 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 "{}"