From b0fe76437c5bdc3270604b9b8a70dbe067f45c64 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Sun, 29 Jul 2018 09:46:05 +0100 Subject: [clang-format]Allow longer codelines in test/ Code files in `test/` might contain comment lines that are longer as they contain `// RUN` commands. clang-formatting breaks the tests. Stop clang-formatting from doing that. --- test/.clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/.clang-format (limited to 'test') diff --git a/test/.clang-format b/test/.clang-format new file mode 100644 index 00000000..4799b66f --- /dev/null +++ b/test/.clang-format @@ -0,0 +1,2 @@ +BasedOnStyle: LLVM +ColumnLimit: 0 -- cgit 1.4.1