llvm/compiler-rt/test/.clang-format
Vitaly Buka 81b293ba36 [tests][sanitizers] Don't reflow comments
This lets us to apply ColumnLimit without breaking "RUN:" lines.
2021-08-03 12:54:00 -07:00

4 lines
71 B
YAML

BasedOnStyle: LLVM
ReflowComments: false
IndentPPDirectives: AfterHash