根目录(么有的话)新建 .prettierrc.js
配置文件
module.exports = {
tabWidth: 2,
semi: true,
printWith: 80,
singleQuote: true,
quoteProps: 'consistent',
htmlWhitespaceSensitivity: 'strict',
vueIndentScriptAndStyle: true,
// 主要是最后一行
endOfLine:'auto'
}