Skip to content

Instantly share code, notes, and snippets.

@spectoor
Created November 25, 2019 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save spectoor/eea606fc26736296fe6624a16cb1e73a to your computer and use it in GitHub Desktop.
Save spectoor/eea606fc26736296fe6624a16cb1e73a to your computer and use it in GitHub Desktop.
Prettier full defaut configuration
# .prettierrc or .prettierrc.yaml
printWidth: 120
tabWidth: 2
useTabs: false
semi: true
singleQuote: false
quoteProps: "as-needed"
trailingComma: "none"
bracketSpacing: true
arrowParens: "avoid"
requirePragma: false
insertPragma: false
proseWrap: "preserve"
htmlWhitespaceSensitivity: "css"
endOfLine: "lf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment