diff options
-rw-r--r-- | libcxx/.clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/.clang-format b/libcxx/.clang-format index 5fbd3304905..b708c8117c6 100644 --- a/libcxx/.clang-format +++ b/libcxx/.clang-format @@ -7,5 +7,5 @@ AlwaysBreakTemplateDeclarations: true # Disable formatting options which may break tests. SortIncludes: false -ReflowCommends: false +ReflowComments: false --- |