Add .gitattributes file to control line-endings

This may need some more specific file-type definitions added, but let's
try with the absolute minimal version first, which just relies on git to
detect which files are text or binary.
This commit is contained in:
Deimos
2019-07-05 16:05:31 -06:00
parent 8019c9809d
commit 5415053827

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text=auto