fix misspelling in .clang-format

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

View File

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