Turn off header sorting and comment formatting
authorEric Fiselier <eric@efcs.ca>
Fri, 9 Dec 2016 03:17:25 +0000 (03:17 +0000)
committerEric Fiselier <eric@efcs.ca>
Fri, 9 Dec 2016 03:17:25 +0000 (03:17 +0000)
llvm-svn: 289177

libcxx/.clang-format

index 28009ef..5fbd330 100644 (file)
@@ -4,4 +4,8 @@ BasedOnStyle: LLVM
 Language: Cpp
 
 AlwaysBreakTemplateDeclarations: true
+
+# Disable formatting options which may break tests.
+SortIncludes: false
+ReflowCommends: false
 ---