[libcxx] r289177 - Turn off header sorting and comment formatting
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 8 19:17:25 PST 2016
Author: ericwf
Date: Thu Dec 8 21:17:25 2016
New Revision: 289177
URL: http://llvm.org/viewvc/llvm-project?rev=289177&view=rev
Log:
Turn off header sorting and comment formatting
Modified:
libcxx/trunk/.clang-format
Modified: libcxx/trunk/.clang-format
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/.clang-format?rev=289177&r1=289176&r2=289177&view=diff
==============================================================================
--- libcxx/trunk/.clang-format (original)
+++ libcxx/trunk/.clang-format Thu Dec 8 21:17:25 2016
@@ -4,4 +4,8 @@ BasedOnStyle: LLVM
Language: Cpp
AlwaysBreakTemplateDeclarations: true
+
+# Disable formatting options which may break tests.
+SortIncludes: false
+ReflowCommends: false
---
More information about the cfe-commits
mailing list