From 217c5d36bb2bbcda1859f1ab5b4b5145487e9454 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 9 Dec 2016 03:18:45 +0000 Subject: [PATCH] fix misspelling in .clang-format llvm-svn: 289178 --- libcxx/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/.clang-format b/libcxx/.clang-format index 5fbd330..b708c81 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 --- -- 2.7.4