wms-elevue/prettier.config.js
2024-07-05 09:34:18 +08:00

11 lines
215 B
JavaScript

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