.gitattributes 167 B

12345678910
  1. # Set the default behavior
  2. * text eol=lf
  3. # Explicitly declare source files
  4. *.c text eol=lf
  5. *.h text eol=lf
  6. # Denote files that should not be modified.
  7. *.odt binary