user-shop-h5/prettier.config.js
2026-04-07 14:53:58 +08:00

12 lines
233 B
JavaScript

module.exports = {
printWidth: 800,
semi: true,
vueIndentScriptAndStyle: true,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
useTabs: false,
};