diff options
| author | Fuwn <[email protected]> | 2023-05-19 23:58:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-19 23:58:04 -0700 |
| commit | b587059fcc201ced2500ca0bc7eea45951acf420 (patch) | |
| tree | 53e81d7a567c31ce8d12927825f3fe9b24a79ec9 | |
| parent | fmt(homework_5): clang-format (diff) | |
| download | cst120-b587059fcc201ced2500ca0bc7eea45951acf420.tar.xz cst120-b587059fcc201ced2500ca0bc7eea45951acf420.zip | |
chore(bin): format script
| -rwxr-xr-x | bin/format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/format b/bin/format new file mode 100755 index 0000000..bf9a72a --- /dev/null +++ b/bin/format @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +clang-format -i cst120/**/*.c + |