Explorar o código

.gitattributes

andy hai 1 ano
pai
achega
03103145ff
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  1. 2 0
      .gitattributes
  2. 1 0
      prettier.config.js

+ 2 - 0
.gitattributes

@@ -0,0 +1,2 @@
+* text=auto
+*.vue text eol=lf

+ 1 - 0
prettier.config.js

@@ -10,4 +10,5 @@ module.exports = {
   jsxBracketSameLine: false,
   arrowParens: 'avoid',
   htmlWhitespaceSensitivity: 'ignore',
+  endOfLine: 'lf',
 }