From 7a7e824a7181045f95e86927bc23230871746c67 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 25 Dec 2023 18:55:30 +0100 Subject: [PATCH] add clangformat configuration --- .clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..2ad6be9 --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +IndentWidth: 2 +AlwaysBreakTemplateDeclarations: true +InsertBraces: true +AllowShortFunctionsOnASingleLine: Empty