Skip to content

Commit 81b293b

Browse files
committed
[tests][sanitizers] Don't reflow comments
This lets us to apply ColumnLimit without breaking "RUN:" lines.
1 parent aa93174 commit 81b293b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
BasedOnStyle: LLVM
2-
ColumnLimit: 0
2+
ReflowComments: false
33
IndentPPDirectives: AfterHash

0 commit comments

Comments
 (0)