Skip to content

Instantly share code, notes, and snippets.

@te-online
Created December 22, 2017 10:50
Show Gist options
  • Save te-online/c16e0db7ea6ac4d6bf73d02cbdbd9fd4 to your computer and use it in GitHub Desktop.
Save te-online/c16e0db7ea6ac4d6bf73d02cbdbd9fd4 to your computer and use it in GitHub Desktop.
SublimeText Prettier Config
{
"prettier_options": {
// If true, will use single instead of double quotes
"singleQuote": true,
"tabs": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment