summaryrefslogtreecommitdiff
path: root/test/.clang-format
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-11-19 04:26:05 +0000
committerDaniel Jasper <djasper@google.com>2013-11-19 04:26:05 +0000
commitf5afe719df10ac5c0ca357d35885d7c7df543bde (patch)
treeabbec834f5dff64b8b1d9418a572e1e946efec25 /test/.clang-format
parentd73d4f4ef2d1730942fb4a4ed77b3e4dc7e2d753 (diff)
downloadllvm-f5afe719df10ac5c0ca357d35885d7c7df543bde.tar.gz
llvm-f5afe719df10ac5c0ca357d35885d7c7df543bde.tar.bz2
llvm-f5afe719df10ac5c0ca357d35885d7c7df543bde.tar.xz
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/llvm/trunk@195100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/.clang-format')
-rw-r--r--test/.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.clang-format b/test/.clang-format
new file mode 100644
index 0000000000..4799b66f3e
--- /dev/null
+++ b/test/.clang-format
@@ -0,0 +1,2 @@
+BasedOnStyle: LLVM
+ColumnLimit: 0