summaryrefslogtreecommitdiff
path: root/scripts/format
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-01 12:15:18 -0700
committerFuwn <[email protected]>2022-06-01 12:15:18 -0700
commitdfe06c0de4d07ff0dc770e9a0819f94b1e660ae9 (patch)
treefa4554180923ea47b9618b3ad3d04f6183a12104 /scripts/format
downloadcs162-dfe06c0de4d07ff0dc770e9a0819f94b1e660ae9.tar.xz
cs162-dfe06c0de4d07ff0dc770e9a0819f94b1e660ae9.zip
feat: initial commitHEADmain
Diffstat (limited to 'scripts/format')
-rw-r--r--scripts/format3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/format b/scripts/format
new file mode 100644
index 0000000..e4b104e
--- /dev/null
+++ b/scripts/format
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+clang-format -i cs162/wk*/**/*.cc cs162/wk*/**/*.hh