Files
ChatLab/.prettierrc.yaml
2026-02-09 00:42:11 +08:00

11 lines
187 B
YAML

singleQuote: true
semi: false
printWidth: 120
trailingComma: 'es5'
tabWidth: 2
useTabs: false
endOfLine: 'lf'
htmlWhitespaceSensitivity: 'ignore'
arrowParens: 'always'
proseWrap: 'never'