From bbda4db0d50392ce3c1f795f6cbabced9db11d2e Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 31 Dec 2012 05:59:45 +0000 Subject: [PATCH] Add a simple .arcconfig to make using the 'arc' commandline tool and the phabricator code review site easier with libc++. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@171275 91177308-0d34-0410-b5e6-96231b3b80d8 --- .arcconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .arcconfig diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 00000000..283bc23a --- /dev/null +++ b/.arcconfig @@ -0,0 +1,4 @@ +{ + "project_id" : "libcxx", + "conduit_uri" : "http://llvm-reviews.chandlerc.com/" +}