.gitattributes 206 B

123456789
  1. # Keep repository text files stable across Windows/macOS/Linux.
  2. *.md text eol=lf
  3. *.py text eol=lf
  4. *.js text eol=lf
  5. *.mjs text eol=lf
  6. *.json text eol=lf
  7. *.yml text eol=lf
  8. *.yaml text eol=lf
  9. *.sh text eol=lf