Skip to content

Instantly share code, notes, and snippets.

@rnag
Created November 19, 2021 22:40
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 rnag/25ece661fb179fb5adcbb38ec9440cc3 to your computer and use it in GitHub Desktop.
Save rnag/25ece661fb179fb5adcbb38ec9440cc3 to your computer and use it in GitHub Desktop.
Preferred Prettier Settings
# See https://prettier.io/docs/en/options.html
printWidth: 70
tabWidth: 4
semi: true
singleQuote: true
trailingComma: 'es5'
bracketSpacing: true
arrowParens: 'always'
endOfLine: 'lf'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment