style: 调整自动格式化的代码样式

This commit is contained in:
gaoyunqi
2024-02-07 17:32:09 +08:00
parent 2b4bba94af
commit 93aa65a972

View File

@ -1,10 +1,10 @@
module.exports = {
printWidth: 100,
semi: true,
vueIndentScriptAndStyle: true,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
printWidth: 250,
semi: true,
vueIndentScriptAndStyle: true,
singleQuote: true,
trailingComma: 'none',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto'
};