forked from OSchip/llvm-project
Turn off header sorting and comment formatting
llvm-svn: 289177
This commit is contained in:
parent
1c10872150
commit
949e47daed
|
@ -4,4 +4,8 @@ BasedOnStyle: LLVM
|
|||
Language: Cpp
|
||||
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
|
||||
# Disable formatting options which may break tests.
|
||||
SortIncludes: false
|
||||
ReflowCommends: false
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue