andy před 1 rokem
rodič
revize
03103145ff
2 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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',
 }