From 7ba77ddbd6f876e9a8284564805b028b63e8514d 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..b2d58a92 --- /dev/null +++ b/.clang-format @@ -0,0 +1,3 @@ +BasedOnStyle: Google +IndentWidth: 4 +ReflowComments: false \ No newline at end of file