Skip to content

Instantly share code, notes, and snippets.

@zerob13
Last active November 14, 2019 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerob13/331a2e7943eb3952a660f98db596b538 to your computer and use it in GitHub Desktop.
Save zerob13/331a2e7943eb3952a660f98db596b538 to your computer and use it in GitHub Desktop.
my simple prettier config file
{
"singleQuote": true,
"semi": false,
"jsxSingleQuote": true,
"printWidth": 85,
"tabWidth": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment