You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to beautify some code which uses kendo templates in HTML.
They are a kind of script tag which mixes html and javascript. The beautifier inserts spaces between the angular braces of some html element inside the tags. What can I do? Is this a bug/unsupported feature or a bad setting?
Hi,
I'm trying to beautify some code which uses kendo templates in HTML.
They are a kind of script tag which mixes html and javascript. The beautifier inserts spaces between the angular braces of some html element inside the tags. What can I do? Is this a bug/unsupported feature or a bad setting?
Example:
becomes
which causes my app not to display correctly.
Any solution is welcome! Thanks in advance
The text was updated successfully, but these errors were encountered: