From b587059fcc201ced2500ca0bc7eea45951acf420 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 19 May 2023 23:58:04 -0700 Subject: chore(bin): format script --- bin/format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/format 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 + -- cgit v1.2.3