From f6d7b19d2df68d2f549a76cf182c06d38970884f Mon Sep 17 00:00:00 2001 From: BanceDev Date: Sun, 1 Sep 2024 13:17:10 -0400 Subject: initial commit --- .clang-format | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..0fc6dd1 --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +--- +UseTab: Always +IndentWidth: 4 +TabWidth: 4 +# BasedOnStyle: LLVM -- cgit v1.2.3-59-g8ed1b