[PATCH] D159233: [clang-format][NFC] Change duplicate config files to symlinks

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 30 15:32:14 PDT 2023


owenpan created this revision.
Herald added projects: All, clang, clang-format.
Herald added a subscriber: cfe-commits.
Herald added reviewers: rymiel, HazardyKnusperkeks, MyDeveloperDay.
owenpan requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D159233

Files:
  clang/include/clang/Format/.clang-format
  clang/tools/clang-format/.clang-format
  clang/unittests/Format/.clang-format


Index: clang/unittests/Format/.clang-format
===================================================================
--- /dev/null
+++ clang/unittests/Format/.clang-format
@@ -0,0 +1 @@
+../../lib/Format/.clang-format
\ No newline at end of file
Index: clang/tools/clang-format/.clang-format
===================================================================
--- /dev/null
+++ clang/tools/clang-format/.clang-format
@@ -0,0 +1 @@
+../../lib/Format/.clang-format
\ No newline at end of file
Index: clang/include/clang/Format/.clang-format
===================================================================
--- /dev/null
+++ clang/include/clang/Format/.clang-format
@@ -0,0 +1 @@
+../../../lib/Format/.clang-format
\ No newline at end of file


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159233.554844.patch
Type: text/x-patch
Size: 738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230830/1c53e0fb/attachment.bin>


More information about the cfe-commits mailing list