diff --git a/scripts/.clang-format b/scripts/.clang-format index 040c260..06805ad 100644 --- a/scripts/.clang-format +++ b/scripts/.clang-format @@ -86,7 +86,7 @@ CompactNamespaces: true ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth : 4 -ContinuationIndentWidth: 0 +ContinuationIndentWidth: 4 Cpp11BracedListStyle: false