commit 464ffcd7e6595d4c2aa25d2b5b84ff5aa669f631 parent 16e8d6ca7a795987b206d849b7aa96080e3887d0 Author: earthlng <earthlng@users.noreply.github.com> Date: Mon, 18 Dec 2017 16:54:38 +0100 Update .gitattributes Diffstat:
| M | .gitattributes | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.gitattributes b/.gitattributes @@ -1,9 +1,9 @@ -* text=auto +## * text=auto -*.js text -*.md text -*.yml text -*.txt text -*.bat -text eol=crlf +*.js text=auto +*.md text=auto +*.yml text=auto +*.txt text=auto +*.bat eol=crlf *.png binary