mblode / vscode-twig-language

VS Code extension with snippets, syntax highlighting, hover, and formatting for Twig.
https://marketplace.visualstudio.com/items?itemName=mblode.twig-language
MIT License
42 stars 7 forks source link

formatting - linebreaks in html tags (on attributes) will be removed #58

Closed amkdev closed 3 years ago

amkdev commented 3 years ago

I don't know - maybe there is an option to prevent this ...

but it really get's me nuts that on formatting twig html, all manual inserted line breaks on a html tag (a lot of attributes with long values) will be removed and I got an ultra long single line of html.

is it possible to change this behaviour?