Skip to content

Instantly share code, notes, and snippets.

@vladkrasovsky
Forked from luxplanjay/.prettierrc.json
Created April 19, 2022 17:10
Show Gist options
  • Save vladkrasovsky/15089e5a0efabc41c8536a8c7b654478 to your computer and use it in GitHub Desktop.
Save vladkrasovsky/15089e5a0efabc41c8536a8c7b654478 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