2018-01-11 19:04:43 -08:00
|
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
*.ino text eol=lf
|
|
|
|
*.h text eol=lf
|
|
|
|
*.c text eol=lf
|
2018-01-14 13:48:36 -08:00
|
|
|
*.ini text eol=lf
|
|
|
|
*.msq text eol=lf
|
2018-01-11 19:04:43 -08:00
|
|
|
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.dll binary
|
|
|
|
*.fzz binary
|
|
|
|
*.xls binary
|
|
|
|
|
|
|
|
|
|
|
|
*.pdf -text
|