From d44bc40c85c2a5aa467c83db1ec1344e51413d4f Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 23 Apr 2016 15:14:19 +0100 Subject: [PATCH] 5 x new settings added --- lib/config___users-template.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/config___users-template.php b/lib/config___users-template.php index 59160e8..c31503f 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -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,