From 6f330a56bcd47460ac23fe52b391533eeb555c26 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 3 Oct 2022 21:29:16 +0200 Subject: add simple clang-format configuration file --- .clang-format | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..f27ad294 --- /dev/null +++ b/.clang-format @@ -0,0 +1,9 @@ +Language: Cpp + +TabWidth: 4 +IndentWidth: 4 +UseTab: ForIndentation +ColumnLimit: 100 +ContinuationIndentWidth: 4 +UseCRLF: false +SpaceBeforeParens: Always -- cgit v1.2.1