Skip to content

Commit

Permalink
[clang-format]Allow longer codelines in test/
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MartinNowack authored and ccadar committed Aug 3, 2018
1 parent c2d13a5 commit b0fe764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/.clang-format
@@ -0,0 +1,2 @@
BasedOnStyle: LLVM
ColumnLimit: 0

0 comments on commit b0fe764

Please sign in to comment.