mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 11:19:25 +01:00
.gitattributes: bring diff patterns
This commit is contained in:
parent
1d54a79736
commit
0d6f375c12
12
.gitattributes
vendored
12
.gitattributes
vendored
@ -1,4 +1,12 @@
|
||||
* text=auto eol=lf linguist-detectable
|
||||
|
||||
# bash scripts are most likely ran on Linux so they have lf endings
|
||||
*.bash text eol=lf
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user