From 11df9d4d9a976d039b52c1b0ddbee2c64a16a272 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Fri, 7 Oct 2016 16:43:16 +0200 Subject: [PATCH] add initial arcanist configuration This configuration file is necessary to use arcanist. --- .arcconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .arcconfig diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 000000000..c1d07e082 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,4 @@ +{ + "phabricator.uri" : "https://dev.swift-project.org/", + "repository.callsign" : "rSWIFTPILOTCLIENT" +} \ No newline at end of file