[llvm] r195100 - Add .clang-format without column limit to subdirectory tests/.
Daniel Jasper
djasper at google.com
Mon Nov 18 20:26:05 PST 2013
Author: djasper
Date: Mon Nov 18 22:26:05 2013
New Revision: 195100
URL: http://llvm.org/viewvc/llvm-project?rev=195100&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:
llvm/trunk/test/.clang-format
Added: llvm/trunk/test/.clang-format
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/.clang-format?rev=195100&view=auto
==============================================================================
--- llvm/trunk/test/.clang-format (added)
+++ llvm/trunk/test/.clang-format Mon Nov 18 22:26:05 2013
@@ -0,0 +1,2 @@
+BasedOnStyle: LLVM
+ColumnLimit: 0
More information about the llvm-commits
mailing list