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
You are correct the template string beautifying just treats the whole string as one long literal.
Making them beautify as code inside that templating will take quite a bit of work. I'm adding it to the list for 2.x.
Input
The code looked like this before beautification:
Expected Output
The code should have looked like this after beautification:
Actual Output
The code actually looked like this after beautification:
Environment
OS: linux
Settings
mention Glavin001/atom-beautify#1157
The text was updated successfully, but these errors were encountered: