style: prettier add endOfLine

This commit is contained in:
wakaka378
2023-08-01 14:30:49 +08:00
committed by Sun Zhigang
parent 4b041dfcd8
commit c329e1479f
+1
View File
@@ -5,4 +5,5 @@ module.exports = {
printWidth: 80,
tabWidth: 2,
plugins: ["prettier-plugin-vue"],
endOfLine: "auto",
};