Skip to content

Instantly share code, notes, and snippets.

@Ramanuch17
Forked from luxplanjay/.prettierrc.json
Created January 31, 2022 13:49
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 Ramanuch17/da5a68b88c63d0c31164d40f76bbf7d8 to your computer and use it in GitHub Desktop.
Save Ramanuch17/da5a68b88c63d0c31164d40f76bbf7d8 to your computer and use it in GitHub Desktop.
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"proseWrap": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment