chore(.gitattributes): add eol settings to enforce `lf`
This is to ensure git will always converts to line feed endings. This should help with #21
This commit is contained in:
parent
2eec9a8183
commit
078b2747da
|
@ -1 +1,3 @@
|
|||
lib/** linguist-vendored
|
||||
|
||||
* text=auto eol=lf
|
||||
|
|
Loading…
Reference in New Issue