Parcourir la source

.gitattributes

andy il y a 1 an
Parent
commit
03103145ff
2 fichiers modifiés avec 3 ajouts et 0 suppressions
  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',
 }