diff options
| author | uxtbd <dev@kthread.dev> | 2026-08-18 15:41:53 +0200 |
|---|---|---|
| committer | uxtbd <dev@kthread.dev> | 2026-08-18 15:41:53 +0200 |
| commit | ad0302ab8213e35070e50beba03d8da5c57f4fc4 (patch) | |
| tree | dd19bf94c36c90e95cb9d26908bed4ba4d351fca /format.sh | |
| parent | 4init: minimal but functional init (diff) | |
| download | 4suite-ad0302ab8213e35070e50beba03d8da5c57f4fc4.tar.gz 4suite-ad0302ab8213e35070e50beba03d8da5c57f4fc4.zip | |
4suite: move to shinobi
Diffstat (limited to '')
| -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..44c1f0c --- /dev/null +++ b/format.sh @@ -0,0 +1,2 @@ +#/bin/sh +clang-format **/*.c **/*.h -i |
