Skip to content

Instantly share code, notes, and snippets.

@Vehmloewff
Last active September 1, 2020 19:54
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 Vehmloewff/5ff8eff42956aabed915955f88437cc0 to your computer and use it in GitHub Desktop.
Save Vehmloewff/5ff8eff42956aabed915955f88437cc0 to your computer and use it in GitHub Desktop.
My go-to prettier configuration
{
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"printWidth": 140,
"proseWrap": "preserve",
"requirePragma": false,
"semi": false,
"quoteProps": "as-needed",
"jsxBracketSameLine": false,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment