.gitattributes (225B)
1 # Handle line endings automatically for files detected as text 2 # and leave all files detected as binary untouched. 3 * text=auto 4 5 # Force the following filetypes to have unix eols, so Windows does not break them 6 *.* text eol=lf