Commit 23a96ccc authored by Bill Wendling's avatar Bill Wendling
Browse files

Merging r195100:

------------------------------------------------------------------------
r195100 | djasper | 2013-11-18 20:26:05 -0800 (Mon, 18 Nov 2013) | 6 lines

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.
------------------------------------------------------------------------

llvm-svn: 195114
parent 7773e9f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
BasedOnStyle: LLVM
ColumnLimit: 0