diff options
-rw-r--r-- | libcxx/.clang-format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/.clang-format b/libcxx/.clang-format index 28009ef3737..5fbd3304905 100644 --- a/libcxx/.clang-format +++ b/libcxx/.clang-format @@ -4,4 +4,8 @@ BasedOnStyle: LLVM Language: Cpp AlwaysBreakTemplateDeclarations: true + +# Disable formatting options which may break tests. +SortIncludes: false +ReflowCommends: false --- |