summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-19 23:58:04 -0700
committerFuwn <[email protected]>2023-05-19 23:58:04 -0700
commitb587059fcc201ced2500ca0bc7eea45951acf420 (patch)
tree53e81d7a567c31ce8d12927825f3fe9b24a79ec9
parentfmt(homework_5): clang-format (diff)
downloadcst120-b587059fcc201ced2500ca0bc7eea45951acf420.tar.xz
cst120-b587059fcc201ced2500ca0bc7eea45951acf420.zip
chore(bin): format script
-rwxr-xr-xbin/format4
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
+