[Lldb-commits] [PATCH] D69058: [test] Add a .clang-format file for the shell test.

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 17 14:28:00 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa0f6c6434cc4: [test] Add a .clang-format file for the shell test. (authored by JDevlieghere).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69058/new/

https://reviews.llvm.org/D69058

Files:
  lldb/test/Shell/.clang-format


Index: lldb/test/Shell/.clang-format
===================================================================
--- /dev/null
+++ lldb/test/Shell/.clang-format
@@ -0,0 +1,3 @@
+BasedOnStyle: LLVM
+# We don't want clang-format to introduce line breaks in RUN commands.
+ColumnLimit: 999


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69058.225522.patch
Type: text/x-patch
Size: 279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191017/1644eb09/attachment.bin>


More information about the lldb-commits mailing list