r194248 - Add .clang-format without column limit to subdirectory tests/.

Daniel Jasper djasper at google.com
Thu Nov 7 22:45:36 PST 2013


Author: djasper
Date: Fri Nov  8 00:45:35 2013
New Revision: 194248

URL: http://llvm.org/viewvc/llvm-project?rev=194248&view=rev
Log:
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.

Added:
    cfe/trunk/test/.clang-format

Added: cfe/trunk/test/.clang-format
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/.clang-format?rev=194248&view=auto
==============================================================================
--- cfe/trunk/test/.clang-format (added)
+++ cfe/trunk/test/.clang-format Fri Nov  8 00:45:35 2013
@@ -0,0 +1,2 @@
+BasedOnStyle: LLVM
+ColumnLimit: 0





More information about the cfe-commits mailing list