This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Configurable Quotes #138
Open
Description
I like to use single quotes in my JavaScript. Whenever I use a snippet that uses double quotes by default, I have to get rid of the linting errors.
I noticed snippets handle tabs vs spaces correctly for the selected grammar. So maybe atom-core and individual grammars would have to add a new setting whether to use single quotes?
Any thoughts on this? If I give this a shot and make a PR, will it be merged?