From bfff403aad108dd1bf7e9d4976b38433ab3c96e7 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Wed, 26 Feb 2025 16:34:36 -0500 Subject: [PATCH] corrected file name --- .clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..341021f --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +BasedOnStyle: LLVM +IndentWidth: 4 +TabWidth: 4 +UseTab: Never