Linewrap off and indent with spaces now defaults

This commit is contained in:
Matt Pass
2017-01-26 08:47:02 +00:00
parent 38b4ab79c0
commit 4b53196c2c

View File

@@ -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()
);
?>