scripts/.gitattributes

13 lines
281 B
Plaintext
Raw Normal View History

2023-04-06 11:44:52 +03:00
* text=auto eol=lf linguist-detectable
2023-10-15 21:37:45 +03:00
# Built-in diff patterns (disabled by default).
*.{md,markdown} diff=markdown eol=lf
*.{sh,bash,zsh} diff=bash eol=lf
*.bibtex diff=bibtex
*.java diff=java
*.pl diff=perl
*.php diff=php
*.py diff=python
*.rb diff=ruby
*.{scm,ss} diff=scheme