djh0ffman/TinyTro

Enforce text/ files checked out with LF line endings

Closed this issue · 0 comments

This should be straightforward now that all the INCBINed txt files have been moved to the text directory.

I think adding a . gitattributes file in the root containing

text/** eol=lf

should do it. But Git line endings always confuse me!