From c2f3d4afab6d3f86b436c7f797c4b68e1f7c9fbf Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 14 Jun 2024 12:01:03 +0200 Subject: [PATCH] clang update --- .clang-format | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index a0498d9..63f29c0 100644 --- a/.clang-format +++ b/.clang-format @@ -2,15 +2,21 @@ 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 \ No newline at end of file +UseTab: Never