1
0

.gitattributes 171 B

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