From a2d9eed429a114cdd48ef0165d1c24e0f5dff647 Mon Sep 17 00:00:00 2001 From: kratman Date: Mon, 20 Jan 2025 18:20:34 -0500 Subject: [PATCH] Re-add clang format file --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..909e831 --- /dev/null +++ b/.clang-format @@ -0,0 +1,3 @@ +# Visual Studio format +BasedOnStyle: LLVM +BreakBeforeBraces: Allman