dprint-plugin-typescript icon indicating copy to clipboard operation
dprint-plugin-typescript copied to clipboard

Option to add spaces around placeholders inside template strings

Open Auxx opened this issue 3 years ago • 0 comments

Template strings inside backticks can contain placeholders. It should be possible to add or remove spaces around these placeholders. For example:

`Hello, ${ username }`
// or
`Hello, ${username}`

Right now spaces around are always removed.

Auxx avatar Sep 14 '21 16:09 Auxx