summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-12-09 03:18:45 +0000
committerEric Fiselier <eric@efcs.ca>2016-12-09 03:18:45 +0000
commit5a6eaee517d832769615550bb0239b75f143d73f (patch)
tree4dc058df9481c8205d513c0e1faab1eb34831be3 /.clang-format
parentf178c261f4137dfd0fe5afae511cc83be640da23 (diff)
fix misspelling in .clang-format
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@289178 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 5fbd33049..b708c8117 100644
--- a/.clang-format
+++ b/.clang-format
@@ -7,5 +7,5 @@ AlwaysBreakTemplateDeclarations: true
# Disable formatting options which may break tests.
SortIncludes: false
-ReflowCommends: false
+ReflowComments: false
---