5 x new settings added

This commit is contained in:
Matt Pass
2016-04-23 15:14:19 +01:00
parent f8c1fbfbec
commit d44bc40c85

View File

@@ -25,6 +25,11 @@ $ICEcoderUserSettings = array(
"theme" => "default",
"fontSize" => "13px",
"lineWrapping" => true,
"lineNumbers" => true,
"showTrailingSpace" => true,
"matchBrackets" => true,
"autoCloseTags" => true,
"autoCloseBrackets" => true,
"indentWithTabs" => true,
"indentAuto" => true,
"indentSize" => 4,