Force LF line encoding

On Windows, eol=auto conflicts with .editorconfig
This commit is contained in:
Yuya Ochiai
2016-12-14 21:19:38 +09:00
parent 60ac0fdebe
commit c8bcab1e35

11
.gitattributes vendored
View File

@@ -1,9 +1,2 @@
# Set the default behavior, in case people don't have core.autocrlf set. # All text files should have LF regardless of core.autocrlf
* text=auto * text eol=lf
# Set our files to use lf, so our prettify will always be happy
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.json text eol=lf