fix clang format

This commit is contained in:
2026-04-21 09:10:57 +02:00
parent fda755f7d8
commit 811b4d809c
+3 -2
View File
@@ -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
...