quwangxin пре 3 година
родитељ
комит
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'
 };