diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/format.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/format.sh b/scripts/format.sh new file mode 100755 index 0000000..6dade1b --- /dev/null +++ b/scripts/format.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +clang-format -i $(find . -name '*.c' -or -name '*.h') |
