Angular control flow syntax

Author: leonidasdelCreated Oct 25, 2024Updated Sep 17, 2026
Labelstype: enhancementlanguage: templating

hello im having trouble with the new control flow syntax formatting for angular. this is my code:

</div> @for (item of items; track item) { @if (item) {

ideally what i want is for every control flow syntax to go to a new line and also indent. right now it stays like this. Is there any way to accomplish this?