Skip to content

Instantly share code, notes, and snippets.

@chetanraj
Created May 4, 2019 03:44
Show Gist options
  • Save chetanraj/33a4823ea8cc358f617d6b7c17319e3e to your computer and use it in GitHub Desktop.
Save chetanraj/33a4823ea8cc358f617d6b7c17319e3e to your computer and use it in GitHub Desktop.
My Prettier config
{
"bracketSpacing": true,
"jsxBracketSameLine": true,
"singleQuote": true,
"semi": true,
"trailingComma": "none",
"tabWidth": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment