Force LF line encoding
On Windows, eol=auto conflicts with .editorconfig
This commit is contained in:
11
.gitattributes
vendored
11
.gitattributes
vendored
@@ -1,9 +1,2 @@
|
||||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
* text=auto
|
||||
|
||||
# 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
|
||||
# All text files should have LF regardless of core.autocrlf
|
||||
* text eol=lf
|
||||
|
Reference in New Issue
Block a user