[clang-tools-extra] r196037 - Add a .clang-format to avoid reflow of test RUN lines

Alp Toker alp at nuanti.com
Sat Nov 30 21:08:00 PST 2013


Author: alp
Date: Sat Nov 30 23:08:00 2013
New Revision: 196037

URL: http://llvm.org/viewvc/llvm-project?rev=196037&view=rev
Log:
Add a .clang-format to avoid reflow of test RUN lines

See thread "clang-format turning tests into no-ops"

Added:
    clang-tools-extra/trunk/test/.clang-format

Added: clang-tools-extra/trunk/test/.clang-format
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/.clang-format?rev=196037&view=auto
==============================================================================
--- clang-tools-extra/trunk/test/.clang-format (added)
+++ clang-tools-extra/trunk/test/.clang-format Sat Nov 30 23:08:00 2013
@@ -0,0 +1,2 @@
+BasedOnStyle: LLVM
+ColumnLimit: 0





More information about the cfe-commits mailing list