diff options
-rw-r--r-- | lldb/test/Shell/.clang-format | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/Shell/.clang-format b/lldb/test/Shell/.clang-format new file mode 100644 index 00000000000..e032e3d4702 --- /dev/null +++ b/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 |