.gitattributes 178 B

123
  1. # Text files keep LF line endings on every checkout: bash cannot run a CRLF
  2. # script, and a Windows clone with core.autocrlf set would otherwise convert them.
  3. * text=auto eol=lf