Actions
Feature #25225
closedWith the blockmode in Template Analyzer the TS-indent is gone
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-02
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In the Termplate Analyzer in 4.5 the blockmode-option has been removed. See #23711.
With this option the automatic TS-indent was removed also.
Something like:
test {
11 {
wahr = 42
}
nichtwahr = 23
}
won't be transformed to:
test {
11 {
wahr = 42
}
nichtwahr = 23
}
the automatic indent was very useful to format TS.
(Copy from "template analyzer" (with blockmode) and paste in "info/modify")
(issue imported from #M17826)
Files
Actions