dma-work-h5/prettier.config.js

12 lines
233 B
JavaScript
Raw Normal View History

2026-04-08 09:51:49 +08:00
module.exports = {
printWidth: 800,
semi: true,
vueIndentScriptAndStyle: true,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
useTabs: false,
};