瀏覽代碼

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 3 年之前
父節點
當前提交
3b1614b0dc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

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