Skip to content

Instantly share code, notes, and snippets.

@hising
Created September 12, 2018 08:58
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 hising/4e025fe5a2d4a3e8ce782d2b7290a410 to your computer and use it in GitHub Desktop.
Save hising/4e025fe5a2d4a3e8ce782d2b7290a410 to your computer and use it in GitHub Desktop.
My prettierrc
{
"singleQuote": true,
"printWidth": 80,
"useTabs": false,
"tabWidth": 2,
"jsxBracketSameLine": true,
"semi": true,
"bracketSpacing": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment