From b69d5277525312bd61ed2e62dda508a4b55d06fc Mon Sep 17 00:00:00 2001 From: lyken Date: Mon, 22 Jul 2024 10:55:41 +0800 Subject: [PATCH] core: add .clang-format --- .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 00000000..278e1fa9 --- /dev/null +++ b/.clang-format @@ -0,0 +1,3 @@ +BasedOnStyle: Microsoft +IndentWidth: 4 +ReflowComments: false \ No newline at end of file