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 ...