Currently it removes indentation inside control flow statements, like this
from ->
@if(condition) {
<div>example</div>
}
to ->
@if(condition) {
<div>example</div>
}
the own html editor already indents when you are coding, so this should probably be an option instead of something automatic and out of control