summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-11-19 06:39:18 +0000
committerBill Wendling <isanbard@gmail.com>2013-11-19 06:39:18 +0000
commit23a96ccc5dd6696a332692ff880c92b3f2933bd3 (patch)
tree39aeaa0ec6655fe754a3b3fe7c18ee298fb2ae32
parent7773e9f439684123a127c609bca6f03f9d2414f2 (diff)
downloadllvm-23a96ccc5dd6696a332692ff880c92b3f2933bd3.tar.gz
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
-rw-r--r--llvm/test/.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/.clang-format b/llvm/test/.clang-format
new file mode 100644
index 000000000000..4799b66f3e9a
--- /dev/null
+++ b/llvm/test/.clang-format
@@ -0,0 +1,2 @@
+BasedOnStyle: LLVM
+ColumnLimit: 0