in v 1.0, Show-DSCResource Inserts values to the editor encased in double-quotes e.g.
Ensure = "Present"
PowerShell best practice is now to use single-quotes, unless the string contains a variable.
As a bonus, I'd like to see the whitespace reduced between the resource key name and the equal sign, but I do quite like the current feature of vertically aligning the equal signs.