Turn off header sorting and comment formatting

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@289177 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier 2016-12-09 03:17:25 +00:00
parent f2f3637d40
commit f178c261f4

View File

@ -4,4 +4,8 @@ BasedOnStyle: LLVM
Language: Cpp
AlwaysBreakTemplateDeclarations: true
# Disable formatting options which may break tests.
SortIncludes: false
ReflowCommends: false
---