-
Bug
-
Resolution: Done
-
Major
-
4.3.0.Beta2
-
None
When hitting enter when the cursor only has plain text next to it, the newly started line copies its indentation as expected. But if the cursor is directly before or after an FTL construct (${x}, <#assign x = 1>, etc.) then after hitting enter the indentation will be 0. The most common case of running into this is hitting enter after an indented newly entered FTL construct, as then you will have to indent manually before you start typing the next line.