Files
ZDXSGYHT/prettier.config.mjs
liangjian 836c61ac55 @@@@@@
2026-01-27 16:32:15 +08:00

17 lines
349 B
JavaScript

export default {
printWidth: 140,
tabWidth: 2,
useTabs: false,
semi: false,
singleQuote: true,
quoteProps: 'as-needed',
jsxSingleQuote: true,
trailingComma: 'es5',
bracketSpacing: true,
bracketSameLine: false,
arrowParens: 'always',
htmlWhitespaceSensitivity: 'ignore',
vueIndentScriptAndStyle: false,
endOfLine: 'lf',
}