angular-template-formatter icon indicating copy to clipboard operation
angular-template-formatter copied to clipboard

Extension for vs code to automatically format angular templates.

Results 15 angular-template-formatter issues
Sort by recently updated
recently updated
newest added

Let the max attribute length and line length be editable options I think it's at this line https://github.com/stringham/angular-template-formatter/blob/master/src/prettyprint.ts#L120

Expanding each attribute to a new line can make a file very long. It would be nice to only wrap the attributes that exceed the line length #### Example #####...

Newlines between spans is rendered as a whitespace: a b rendered as "a b". So i am not sure if the spans should be forced to multilines because you really...

why do the configurable settings `angular-template-formatter.indentWidth` and/ `angular-template-formatter.useSpaces` when vscode includes the settings `editor.tabSize` and `editor.insertSpaces` ? my templates are being reformatted by default to a style inconsistent with my...

Love this extension, use it on a daily basis. Thanks for the great work! I would love the ability to run all of a project's HTML templates through the formatter...