1# By default, do not attempt to do any end-of-line conversion upon 2# checkin or checkout. 3* -text 4 5# For specific file-types, force conversion to LF line endings. This 6# can be overridden below or in a more specific .gitattributes if, for 7# example, we want to allow a .txt file to contain a CRLF line ending 8*.go text eol=lf 9*.txt text eol=lf 10*.txtar text eol=lf