diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-20 18:08:24 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-20 18:08:24 +0100 |
| commit | 858ae4d03def568a03f53826c31842f24d9c49c0 (patch) | |
| tree | a1965732a59c9f8974f44609ba877a7f8a2bd2b3 /format.sh | |
init
Diffstat (limited to 'format.sh')
| -rwxr-xr-x | format.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/format.sh b/format.sh new file mode 100755 index 0000000..02b0d0d --- /dev/null +++ b/format.sh @@ -0,0 +1,2 @@ +#!/bin/bash +clang-format -i $(find . -name "*.h" -o -name "*.c") |
