From 7a407a6d5c334efb1c55f9b6c79e3a6a9d0dec85 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Tue, 10 Dec 2024 22:45:36 +0100 Subject: [PATCH] Added clang file --- .clang-format copy | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .clang-format copy diff --git a/.clang-format copy b/.clang-format copy new file mode 100644 index 0000000..63f29c0 --- /dev/null +++ b/.clang-format copy @@ -0,0 +1,22 @@ +Language: Cpp +BasedOnStyle: LLVM + +AccessModifierOffset: -2 +AlignConsecutiveMacros: true +AllowAllArgumentsOnNextLine: false +AllowAllParametersOfDeclarationOnNextLine: false +AllowShortIfStatementsOnASingleLine: false +AllowShortLambdasOnASingleLine: Inline +BinPackArguments: false +ColumnLimit: 0 +ContinuationIndentWidth: 2 +FixNamespaceComments: false +IndentAccessModifiers: true +IndentCaseLabels: true +IndentPPDirectives: BeforeHash +IndentWidth: 2 +NamespaceIndentation: All +PointerAlignment: Left +ReferenceAlignment: Left +TabWidth: 2 +UseTab: Never