ahdevicemgt-ui/prettier.config.js

11 lines
228 B
JavaScript
Raw Normal View History

2024-08-06 16:51:30 +08:00
module.exports = {
tabWidth: 4,
semi: false,
vueIndentScriptAndStyle: false,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
}