Enforce Unix newlines
Without this, a Git checkout on Windows could result in files with Windows newlines, which aren't read properly in some cases.
This commit is contained in:
parent
2d8f37967e
commit
f6fc14f7a0
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
text eol=lf
|
Loading…
Reference in a new issue