Explorar el Código

修改prettier配置

quwangxin hace 3 años
padre
commit
7a4c3918bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
 };