fite-plugin-autoprefixer/.prettierrc.yaml

10 lines
177 B
YAML
Raw Normal View History

2024-07-25 16:42:09 +08:00
jsxBracketSameLine: true
jsxSingleQuote: true
semi: false
singleQuote: true
printWidth: 80
useTabs: false
tabWidth: 2
trailingComma: none
bracketSpacing: true
arrowParens: avoid