Closed
Description
version 5.58.1
If you have code like this
const s = `
{ // on the next line type 4 spaces and then a
`;
// what should happen? the { should be 4 spaces out
// what happens instead, the spaces are removed
And follow the directions above, type [space] [space] [space] [space] [{] the spaces are deleted. That seems unintentional?
In other words I want this
const s = `
{
{
but I get this
const s = `
{
{
repo:
Metadata
Metadata
Assignees
Labels
No labels