Skip to content

Instantly share code, notes, and snippets.

@Titiaiev
Forked from luxplanjay/.prettierrc.json
Created May 1, 2021 08:42
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 Titiaiev/63b00d80f536c09bd58ab67caa0bceb6 to your computer and use it in GitHub Desktop.
Save Titiaiev/63b00d80f536c09bd58ab67caa0bceb6 to your computer and use it in GitHub Desktop.
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"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