From 2455f3ad96b3d4c6b4ff50b4acb27c59a951df73 Mon Sep 17 00:00:00 2001 From: Greger Stolt Nilsen Date: Sat, 16 Nov 2024 00:19:17 +0100 Subject: [PATCH] Add .clang-format --- .clang-format | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..3cc4dd1 --- /dev/null +++ b/.clang-format @@ -0,0 +1,10 @@ +--- +# We'll use defaults from the LLVM style, but with 4 columns indentation. +BasedOnStyle: Microsoft +IndentWidth: 4 +--- +Language: Cpp +# Force pointers to the type for C++. +# DerivePointerAlignment: false +# PointerAlignment: Right +ColumnLimit: 80 \ No newline at end of file