grain icon indicating copy to clipboard operation
grain copied to clipboard

Formatter: Issue Code Formatting

Open spotandjake opened this issue 3 years ago • 1 comments

This is invalid code so it probably isnt a priority but it is still annoying when it messes up invalid code more.

if (true)
// Copy the Separator
 true

gets formatted into

if (true // Copy the Separator) true

spotandjake avatar Oct 04 '22 20:10 spotandjake

Thanks for reporting. I think I've discovered a whole class of bugs like this, I'll get them fixed pronto.

marcusroberts avatar Oct 05 '22 05:10 marcusroberts

@marcusroberts are we still planning to get this done for 0.5.5?

phated avatar Nov 30 '22 23:11 phated