lingxixue-web/backup-config/.prettierrc.js
2026-05-09 10:34:51 +08:00

15 lines
284 B
JavaScript

module.exports = {
printWidth: 100,
tabWidth: 2,
useTabs: false,
semi: false,
singleQuote: true,
jsxSingleQuote: true,
bracketSpacing: true,
bracketSameLine: false,
arrowParens: 'avoid',
trailingComma: 'all',
vueIndentScriptAndStyle: false,
endOfLine: 'lf',
}