fite-plugin-autoprefixer/.prettierrc.yaml

10 lines
177 B
YAML

jsxBracketSameLine: true
jsxSingleQuote: true
semi: false
singleQuote: true
printWidth: 80
useTabs: false
tabWidth: 2
trailingComma: none
bracketSpacing: true
arrowParens: avoid
fite构建工具专用的css前缀补全插件.
JavaScript 100%