Skip to content

Instantly share code, notes, and snippets.

@wjn
Created February 6, 2021 16:01
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 wjn/ab5a343335acac612044b0efca26029f to your computer and use it in GitHub Desktop.
Save wjn/ab5a343335acac612044b0efca26029f to your computer and use it in GitHub Desktop.
Prettier config
arrowParens: "always"
bracketSpacing: true
endOfLine: "lf"
htmlWhitespaceSensitivity: "css"
jsxBracketSameLine: false
jsxSingleQuote: false
printWidth: 80
proseWrap: "preserve"
quoteProps: "as-needed"
requirePragma: false
semi: true
singleQuote: true
tabWidth: 4
trailingComma: "es5"
useTabs: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment