Turn off header sorting and comment formatting

llvm-svn: 289177
This commit is contained in:
Eric Fiselier 2016-12-09 03:17:25 +00:00
parent 1c10872150
commit 949e47daed
1 changed files with 4 additions and 0 deletions

View File

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