From bf76b8c582ed9c541438ebe90fc6415fb82f2ed3 Mon Sep 17 00:00:00 2001 From: bpc2003 Date: Tue, 20 May 2025 14:40:47 -0400 Subject: Add Formatting --- .clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..ec827d5 --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +BasedOnStyle: LLVM +IndentWidth: 4 +UseTab: Always +TabWidth: 4 -- cgit v1.2.3