Skip to content

Instantly share code, notes, and snippets.

@panglars
Last active June 7, 2024 04:15
Show Gist options
  • Save panglars/9629b385c6d87f66eeec1f261af49df7 to your computer and use it in GitHub Desktop.
Save panglars/9629b385c6d87f66eeec1f261af49df7 to your computer and use it in GitHub Desktop.
# https://prettier.io/docs/en/options
useTabs: true
semi: true
singleQuote: false
quoteProps: consistent
jsxSingleQuote: false
trailingComma: all
bracketSpacing: true
bracketSameLine: true
arrowParens: always
proseWrap: preserve
htmlWhitespaceSensitivity: css
vueIndentScriptAndStyle: true
endOfLine: lf
embeddedLanguageFormatting: auto
singleAttributePerLine: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment