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


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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to