Skip to content

Instantly share code, notes, and snippets.

@zerdos
Created February 19, 2019 07:32
Show Gist options
  • Save zerdos/88607de0a093c38ac302d9b2c1982d59 to your computer and use it in GitHub Desktop.
Save zerdos/88607de0a093c38ac302d9b2c1982d59 to your computer and use it in GitHub Desktop.
.prettierrc-example
{
"arrowParens": "always",
"semi": true,
"useTabs": false,
"tabWidth": 2,
"bracketSpacing": true,
"singleQuote": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment