Skip to content

Instantly share code, notes, and snippets.

@sompylasar
Last active November 22, 2018 21:36
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 sompylasar/e895ccae36829bd216daaa3d1a799e23 to your computer and use it in GitHub Desktop.
Save sompylasar/e895ccae36829bd216daaa3d1a799e23 to your computer and use it in GitHub Desktop.
Prettier config
{
"arrowParens": "always",
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"semi": true,
"useTabs": false,
"jsxBracketSameLine": false,
"printWidth": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment