Set up auto-formatter

This commit is contained in:
2024-12-25 18:08:53 +00:00
parent 21cf170b5a
commit 5c49bb98ce
5 changed files with 37 additions and 0 deletions

3
scripts/sources.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
root=`git rev-parse --show-toplevel`
find "$root/engine" "$root/tests" -name '*.c' -o -name '*.h'