HookyQR / VSCodeBeautify

Enable js-beautify (https://github.com/beautify-web/js-beautify) in VS Code
MIT License
606 stars 180 forks source link

How to remove the space after `String.raw`? #395

Open Compartany opened 3 years ago

Compartany commented 3 years ago

By default, the configuration is formatted as:

String.raw `template`

How to remove the space after String.raw:

String.raw`template`