diff options
| -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 + |