diff --git a/.clang-format b/.clang-format index ef5e5aee4f..e6e5a7cbb0 100644 --- a/.clang-format +++ b/.clang-format @@ -53,7 +53,7 @@ CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 4 -ContinuationIndentWidth: 0 +ContinuationIndentWidth: 4 Cpp11BracedListStyle: false DerivePointerAlignment: true DisableFormat: false