mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2024-11-21 08:37:59 +01:00
37a592fccc
Signed-off-by: Christian Höltje <christian.holtje@boxcast.com>
16 lines
246 B
Text
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
|