Update .gitattributes to always use LF for EOL in json files

This commit is contained in:
Giovanni Garufi 2019-03-19 16:36:48 +01:00
parent 52caae8f05
commit 15f87edc96

2
.gitattributes vendored
View File

@ -12,7 +12,7 @@ Dockerfile* text
etcher text etcher text
.git* text .git* text
*.html text *.html text
*.json text *.json text eol=lf
*.cpp text *.cpp text
*.h text *.h text
*.gyp text *.gyp text