From c259a3c0bb5231ab3797d553503b710adb3c24e8 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Tue, 17 Feb 2026 21:19:02 -0500 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