indentSize and indentWithTabs

tabWidth is now indentSize
indentWithTabs is a new setting which can be true/false (false means
spaces)
Applied immediately after updating on settings screen
This commit is contained in:
Matt Pass
2013-04-14 14:12:18 +01:00
parent 8c605674f3
commit 3c4872c231
6 changed files with 35 additions and 21 deletions

View File

@@ -26,7 +26,8 @@ $ICEcoder = array(
),
"theme" => "default",
"lineWrapping" => true,
"tabWidth" => 4,
"indentWithTabs" => true,
"indentSize" => 4,
"previousFiles" => "",
"last10Files" => ""
);