wms-antdvue/.svn/pristine/32/3202731ae34c561cf4fc3a935b51bbaa2838d717.svn-base
2024-11-07 16:33:03 +08:00

10 lines
214 B
Plaintext

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