.gitattributes 340 B

1234567891011
  1. * text=auto
  2. /tests/inputs/* text eol=lf
  3. .gitattributes export-ignore
  4. .gitignore export-ignore
  5. .github export-ignore
  6. .editorconfig export-ignore
  7. .travis.yml export-ignore
  8. # Linguist incorrectly identified the headers as C++, manually override this.
  9. *.h linguist-language=C