From 811b4d809c7766fe31774b8d51dca0d0424788df Mon Sep 17 00:00:00 2001 From: iris Date: Tue, 21 Apr 2026 09:10:57 +0200 Subject: [PATCH] fix clang format --- .clang-format | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 290b0e9..9f0277e 100644 --- a/.clang-format +++ b/.clang-format @@ -28,7 +28,7 @@ BreakConstructorInitializers: AfterColon BreakConstructorInitializersBeforeComma: false ColumnLimit: 120 ConstructorInitializerAllOnOneLineOrOnePerLine: false -ContinuationIndentWidth: 2 +ContinuationIndentWidth: 4 IncludeCategories: - Regex: '^<.*' Priority: 1 @@ -49,5 +49,6 @@ SpacesInAngles: false SpacesInConditionalStatement: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false -TabWidth: 2 +TabWidth: 4 +IndentWidth: 4 ...