Skip to content

Instantly share code, notes, and snippets.

@rockpell
Last active May 19, 2021 15:35
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 rockpell/92a57780544ad735b56f79d47678d5d5 to your computer and use it in GitHub Desktop.
Save rockpell/92a57780544ad735b56f79d47678d5d5 to your computer and use it in GitHub Desktop.
prettier setting
{
"arrowParens": "always",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"endOfLine": "auto"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment