sh_real_name_system_web/prettier.config.js

11 lines
228 B
JavaScript
Raw Permalink Normal View History

2025-08-04 16:09:05 +08:00
module.exports = {
tabWidth: 4,
semi: false,
vueIndentScriptAndStyle: false,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
}