From 4b53196c2c5d219f16f85756c0874e5138b70f11 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 26 Jan 2017 08:47:02 +0000 Subject: [PATCH] Linewrap off and indent with spaces now defaults --- lib/config___users-template.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/config___users-template.php b/lib/config___users-template.php index 3a53110..d996566 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -25,13 +25,13 @@ $ICEcoderUserSettings = array( "autoLogoutMins" => 0, "theme" => "default", "fontSize" => "13px", -"lineWrapping" => true, +"lineWrapping" => false, "lineNumbers" => true, "showTrailingSpace" => true, "matchBrackets" => true, "autoCloseTags" => true, "autoCloseBrackets" => true, -"indentWithTabs" => true, +"indentWithTabs" => false, "indentAuto" => true, "indentSize" => 4, "pluginPanelAligned" => "left", @@ -44,6 +44,7 @@ $ICEcoderUserSettings = array( "githubLocalPaths" => array(), "githubRemotePaths" => array(), "previousFiles" => "", -"last10Files" => "" +"last10Files" => "", +"favoritePaths" => array() ); ?> \ No newline at end of file