]> granicus.if.org Git - clang/commit
Add .clang-format without column limit to subdirectory tests/.
authorDaniel Jasper <djasper@google.com>
Fri, 8 Nov 2013 06:45:35 +0000 (06:45 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 8 Nov 2013 06:45:35 +0000 (06:45 +0000)
commitb429192ef4f752cb4dec1785b090d8704e20b195
treeb54c3a064e016c48fc6bde611b16dc869130d26c
parente83b4eb1cf3dd67f3f3700af3e498641268b50c7
Add .clang-format without column limit to subdirectory tests/.

A column limit in the test folder can lead to trouble as the RUN, CHECK,
etc. comments can potentially be broken over multiple lines changing
their meaning. Without column limit, clang-format will simply keep the
test author's line breaks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194248 91177308-0d34-0410-b5e6-96231b3b80d8
test/.clang-format [new file with mode: 0644]