[tests][sanitizers] Don't reflow comments

This lets us to apply ColumnLimit without breaking "RUN:" lines.
This commit is contained in:
Vitaly Buka 2021-08-03 12:44:59 -07:00
parent aa931744ef
commit 81b293ba36
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
BasedOnStyle: LLVM
ColumnLimit: 0
ReflowComments: false
IndentPPDirectives: AfterHash