From 041158c4fe36c4af6d56cd4445946d7f5e5be57d Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 19 Aug 2015 09:20:01 +0100 Subject: [PATCH] build: Add .arcconfig file This completes the transition to Phabricator; everyone should be using the same project settings now. https://phabricator.freedesktop.org/tag/libnice/ --- .arcconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .arcconfig diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 0000000..1c3e80e --- /dev/null +++ b/.arcconfig @@ -0,0 +1,5 @@ +{ + "phabricator.uri" : "https:\/\/phabricator.freedesktop.org\/", + "history.immutable" : true, + "project.name" : "libnice" +} -- 2.7.4