1
0
Fork 0
mirror of https://github.com/zdharma-continuum/zinit.git synced 2024-11-21 08:37:59 +01:00
zinit/.gitattributes
Christian Höltje 37a592fccc
maint: add multiple 'EOL' & 'diff' rules to .gitattributes (#336)
Signed-off-by: Christian Höltje <christian.holtje@boxcast.com>
2022-07-09 03:34:21 -05:00

16 lines
246 B
Text

# By default, everything is text
* text
# These must be unix EOLs
*.sh eol=lf
*.zsh diff=zsh eol=lf
*.zunit diff=zsh eol=lf
Makefile eol=lf
# Use the markdown differ.
*.md diff=markdown
# Binary files
*.png binary
# EOF