Skip to content

Commit 4b5d25b

Browse files
authored
[SYCL][NFC] Add clang-format configuration file for SYCL LIT tests (#1224)
By default LLVM style limit code lines size to 80 characters. It should not be applied to LIT tests as clang-format can't preserve LIT commands semantic written in the code comments. This configuration file was shamelessly copied from the clang project. Signed-off-by: Alexey Bader <alexey.bader@intel.com>
1 parent 3da5473 commit 4b5d25b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test/.clang-format

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
BasedOnStyle: LLVM
2+
ColumnLimit: 0

0 commit comments

Comments
 (0)