Hi and thank you for your work on this project. It has been very helpful to many of us in the Angular community.
Since Angular 19 introduced the new @if and @for syntax, this formatter runs into conflicts when used together with Prettier 3 and the following configuration:
singleAttributePerLine: true
Because Prettier 3 now has solid support for Angular templates and handles the new control flow syntax correctly, it seems like the ecosystem may be moving fully toward Prettier for template formatting.
Would you consider deprecating this project in favor of Prettier 3 and pointing users to that solution? It might help avoid confusion for new users and reduce maintenance burden on your side.
Thank you again for all your work and for considering this request.