From 540711e1ceb145535b934b37d55f5b0125fa8445 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Fri, 12 May 2023 13:47:47 +0100 Subject: [PATCH] clang-format settings --- .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 0000000..2e7ae72 --- /dev/null +++ b/.clang-format @@ -0,0 +1,9 @@ +BasedOnStyle: LLVM +AlwaysBreakTemplateDeclarations: "Yes" +AlignEscapedNewlines: Left +BreakBeforeBraces: Allman +FixNamespaceComments: "true" +UseTab: Never +IndentWidth: 2 +TabWidth: 2 +ColumnLimit: 100