about summary refs log tree commit diff homepage
path: root/test/.clang-format
AgeCommit message (Collapse)Author
2018-08-03[clang-format]Allow longer codelines in test/Martin Nowack
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.