Skip to content

Instantly share code, notes, and snippets.

@zihluwang
Last active June 6, 2024 06:17
Show Gist options
  • Save zihluwang/980b931c7ff2e9d5304fe19fc0d34e99 to your computer and use it in GitHub Desktop.
Save zihluwang/980b931c7ff2e9d5304fe19fc0d34e99 to your computer and use it in GitHub Desktop.
Prettier personal settings.
printWidth: 80
tabWidth: 2
useTabs: false
semi: false
singleQuote: false
quoteProps: as-needed
jsxSingleQuote: false
trailingComma: es5
bracketSpacing: true
bracketSameLine: true
arrowParens: always
#rangeStart: 0
#rangeEnd: n
#parser:
#filepath:
#requirePragma: false
#insertPragma: false
#proseWrap: preserve
htmlWhitespaceSensitivity: css
#vueIndentScriptAndStyle: false
endOfLine: lf
#embeddedLanguageFormatting: auto
# Enforce single attribute per line in HTML, Vue and JSX
#singleAttributePerLine: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment