diff --git a/.clang-format b/.clang-format index 5fbd33049..b708c8117 100644 --- a/.clang-format +++ b/.clang-format @@ -7,5 +7,5 @@ AlwaysBreakTemplateDeclarations: true # Disable formatting options which may break tests. SortIncludes: false -ReflowCommends: false +ReflowComments: false ---