mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2025-02-20 11:02:06 +01:00
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
|