.gitattributes 277 B

1234567891011121314
  1. * text=auto
  2. # Force the following filetypes to have unix eols, so Windows does not break them
  3. *.* text eol=lf
  4. # Windows forced line-endings
  5. /.idea/* text eol=crlf
  6. #
  7. ## These files are binary and should be left untouched
  8. #
  9. # (binary is a macro for -text -diff)
  10. *.png binary