Skip to content

Instantly share code, notes, and snippets.

@elijahmanor
Created March 20, 2018 01:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elijahmanor/92774d0018aa3faaedb35a6cd505835b to your computer and use it in GitHub Desktop.
Save elijahmanor/92774d0018aa3faaedb35a6cd505835b to your computer and use it in GitHub Desktop.
Prettier Overrides per fileType
{
"singleQuote": true,
"overrides": [
{
"files": "src/**/*.css",
"options": {
"singleQuote": false
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment