quwangxin 3 лет назад
Родитель
Сommit
7a4c3918bb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ele-admin-template/prettier.config.js

+ 1 - 1
ele-admin-template/prettier.config.js

@@ -15,5 +15,5 @@ module.exports = {
   proseWrap: 'never',
   htmlWhitespaceSensitivity: 'strict',
   vueIndentScriptAndStyle: true,
-  endOfLine: 'lf'
+  endOfLine: 'auto'
 };