Editor: line feed behaves diferently inside PHP tags than in HTML or Javascript
Hello, I have noticed that the editor inserts a new line in a different way, depending if you are inisde the <?php ?> tags or not.
If you are inside PHP and you insert a new line pressing ENTER, and the above line is indented, the cursor gets below the first character of the previous line in both cases, but if you are in PHP, the indented spaces are tabs (1 jump every 4 spaces by default), while if you are in HTML or Javascript, it's just spaces all the way to the left border.
Does anyone know how to make it to behave like in PHP even when you are outside the PHP tags?