prettier-plugin-organize-attributes icon indicating copy to clipboard operation
prettier-plugin-organize-attributes copied to clipboard

Option to ignore angular "prefixes"

Open SebastianStehle opened this issue 1 month ago • 0 comments

Hi,

we can write angular inputs now as simple attributes, e.g.

<app-user canDelete="true">

instead of

<app-user [canDelete]="true">

But because of the sorting attributes that belong together (just by name) are separated apart. Therefore it would be great to have an option to just ingore the "Prefixes" like [, (, *

SebastianStehle avatar May 29 '24 12:05 SebastianStehle