nw-cqdevicemgt-ui/prettier.config.js

12 lines
249 B
JavaScript
Raw Normal View History

2024-08-29 10:27:08 +08:00
module.exports = {
2025-03-05 18:15:49 +08:00
printWidth: 120,
tabWidth: 2,
2024-08-29 10:27:08 +08:00
semi: false,
vueIndentScriptAndStyle: false,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
}