diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-02 11:59:47 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-02 11:59:47 +0100 |
| commit | b0d5c39d8acbd1429990e383ddd67226fc7bc0f9 (patch) | |
| tree | 0f4ad595859fc4c26460da258dca63c80970f7bb /format.sh | |
| parent | a07e37de3f2b56b577da32b33d3dec45e0cd43b6 (diff) | |
working on source control
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..2951e7c --- /dev/null +++ b/format.sh @@ -0,0 +1,2 @@ +#!/bin/bash +clang-format -i $(find src -name "*.h" -o -name "*.cc") |
