From a2a49657cf140803a74a500fd5eecfbcaa826f88 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Thu, 2 Nov 2023 12:35:13 +0100 Subject: [PATCH] build: add .clang-format --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..5bf2f83a --- /dev/null +++ b/.clang-format @@ -0,0 +1,2 @@ +BasedOnStyle: LLVM +IndentWidth: 4 \ No newline at end of file