fix misspelling in .clang-format

llvm-svn: 289178
This commit is contained in:
Eric Fiselier 2016-12-09 03:18:45 +00:00
parent 949e47daed
commit 217c5d36bb
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ AlwaysBreakTemplateDeclarations: true
# Disable formatting options which may break tests.
SortIncludes: false
ReflowCommends: false
ReflowComments: false
---