bns_zhgd_web/prettier.config.js

12 lines
249 B
JavaScript
Raw Normal View History

2025-04-02 10:01:21 +08:00
module.exports = {
printWidth: 120,
tabWidth: 2,
semi: false,
vueIndentScriptAndStyle: false,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
}