[PATCH] D128706: [Clang] Disable clang-format entirely for clang/test tree.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 8 04:36:45 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfee77a20732c: Disable clang-format entirely for test directories (authored by aaron.ballman).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128706/new/
https://reviews.llvm.org/D128706
Files:
clang-tools-extra/test/.clang-format
clang/test/.clang-format
llvm/test/.clang-format
Index: llvm/test/.clang-format
===================================================================
--- llvm/test/.clang-format
+++ llvm/test/.clang-format
@@ -1,2 +1 @@
-BasedOnStyle: LLVM
-ColumnLimit: 0
+DisableFormat: true
Index: clang/test/.clang-format
===================================================================
--- clang/test/.clang-format
+++ clang/test/.clang-format
@@ -1,3 +1 @@
-BasedOnStyle: LLVM
-ColumnLimit: 0
-AlwaysBreakTemplateDeclarations: No
+DisableFormat: true
Index: clang-tools-extra/test/.clang-format
===================================================================
--- clang-tools-extra/test/.clang-format
+++ clang-tools-extra/test/.clang-format
@@ -1,2 +1 @@
-BasedOnStyle: LLVM
-ColumnLimit: 0
+DisableFormat: true
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128706.443202.patch
Type: text/x-patch
Size: 757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220708/d978530a/attachment.bin>
More information about the cfe-commits
mailing list