Skip to content

Commit b7ae462

Browse files
authored
[SYCL] Return back 80 symbols limit for the SYCL LIT tests. (#2149)
But disable the limit for comments containing specific keywords: RUN, FAIL, REQUIRES, UNSUPPORTED, CHECK, expected-*
1 parent 03db009 commit b7ae462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
BasedOnStyle: LLVM
2-
ColumnLimit: 0
2+
CommentPragmas: "(RUN|FAIL|REQUIRES|UNSUPPORTED|CHECK) *:|expected-"

0 commit comments

Comments
 (0)