.gitattributes 120 B

12345
  1. # Autodetect text files
  2. * text=auto
  3. # Declare files that will always have LF line endings on checkout.
  4. *.* text eol=lf