[compiler-rt] 81b293b - [tests][sanitizers] Don't reflow comments
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 3 12:54:09 PDT 2021
Author: Vitaly Buka
Date: 2021-08-03T12:54:00-07:00
New Revision: 81b293ba3637011f5d53d7112044b7f0298d5e80
URL: https://github.com/llvm/llvm-project/commit/81b293ba3637011f5d53d7112044b7f0298d5e80
DIFF: https://github.com/llvm/llvm-project/commit/81b293ba3637011f5d53d7112044b7f0298d5e80.diff
LOG: [tests][sanitizers] Don't reflow comments
This lets us to apply ColumnLimit without breaking "RUN:" lines.
Added:
Modified:
compiler-rt/test/.clang-format
Removed:
################################################################################
diff --git a/compiler-rt/test/.clang-format b/compiler-rt/test/.clang-format
index f236d1f6982a..269f23db1138 100644
--- a/compiler-rt/test/.clang-format
+++ b/compiler-rt/test/.clang-format
@@ -1,3 +1,3 @@
BasedOnStyle: LLVM
-ColumnLimit: 0
+ReflowComments: false
IndentPPDirectives: AfterHash
More information about the llvm-commits
mailing list