scripts/.gitattributes

13 lines
281 B
Plaintext
Raw Permalink Normal View History

2023-04-06 10:44:52 +02:00
* text=auto eol=lf linguist-detectable
2023-10-15 20:37:45 +02: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