[libcxx] r289178 - fix misspelling in .clang-format

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 8 19:18:45 PST 2016


Author: ericwf
Date: Thu Dec  8 21:18:45 2016
New Revision: 289178

URL: http://llvm.org/viewvc/llvm-project?rev=289178&view=rev
Log:
fix misspelling in .clang-format

Modified:
    libcxx/trunk/.clang-format

Modified: libcxx/trunk/.clang-format
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/.clang-format?rev=289178&r1=289177&r2=289178&view=diff
==============================================================================
--- libcxx/trunk/.clang-format (original)
+++ libcxx/trunk/.clang-format Thu Dec  8 21:18:45 2016
@@ -7,5 +7,5 @@ AlwaysBreakTemplateDeclarations: true
 
 # Disable formatting options which may break tests.
 SortIncludes: false
-ReflowCommends: false
+ReflowComments: false
 ---




More information about the cfe-commits mailing list