Explorar o código

Added end of line config for git

Eslint complains on Windows about linebreaks not being LF, because they are the default CRLF on Windows. This change allows git to clone it with the expected EOL
Marcin Kunert %!s(int64=3) %!d(string=hai) anos
pai
achega
3b1614b0dc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -1,2 +1,3 @@
 frontend/* linguist-vendored
 VERSION export-subst
+* text=auto eol=lf