.gitattributes 273 B

123456789
  1. # Explicitly declare text files that should always be normalized and converted
  2. # to unix line endings, to reduce cross-platform development issues.
  3. *.py text eol=lf
  4. *.html text eol=lf
  5. *.js text eol=lf
  6. *.css text eol=lf
  7. *.json text eol=lf
  8. *.md text eol=lf
  9. *.rst text eol=lf