webcons/.prettierrc.js
2025-02-12 20:22:09 +08:00

10 lines
190 B
JavaScript

module.exports = {
tabWidth: 2,
semi: true,
printWidth: 80,
singleQuote: true,
quoteProps: 'consistent',
htmlWhitespaceSensitivity: 'strict',
vueIndentScriptAndStyle: true,
};