From f6aff03fb9b049a620a35df7b0492e0d05d0a8b5 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 27 Jul 2014 12:29:58 +0100 Subject: [PATCH] Setting moved and githubAuthToken added pluginPanelAligned setting moved to position where it is in rest of ICEcoder githubAuthToken setting added --- lib/config___users-template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/config___users-template.php b/lib/config___users-template.php index e054c55..70ba928 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -19,10 +19,11 @@ $ICEcoderUserSettings = array( "lineWrapping" => true, "indentWithTabs" => true, "indentSize" => 4, +"pluginPanelAligned" => "left", "bugFilePaths" => array(), "bugFileCheckTimer" => 0, "bugFileMaxLines" => 0, -"pluginPanelAligned" => "left", +"githubAuthToken" => "", "plugins" => array(), "githubLocalPaths" => array(), "githubRemotePaths" => array(),