mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-25 09:47:10 +01:00
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:
@@ -26,7 +26,8 @@ $ICEcoder = array(
|
||||
),
|
||||
"theme" => "default",
|
||||
"lineWrapping" => true,
|
||||
"tabWidth" => 4,
|
||||
"indentWithTabs" => true,
|
||||
"indentSize" => 4,
|
||||
"previousFiles" => "",
|
||||
"last10Files" => ""
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user