From 3488136ca4a9b5b76603478feab379597eaf0882 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Mon, 17 Jun 2024 21:59:59 +0200 Subject: [PATCH] add clang format --- .clang-format | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..a3ce056 --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +--- +BasedOnStyle: WebKit +BreakBeforeBraces: Attach +SpaceAfterTemplateKeyword: false +...