# Set default behavior, in case users don't have core.autocrlf set.
* text=auto

#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.css text
*.html text
*.java text
*.js text
*.json text
*.md text
*.sh text eol=lf
*.ts text
*.tsx text
*.xml text
*.yaml text
*.yml text

# These files are binary and should be left untouched
*.png binary
*.jpg binary
*.gif binary
*.jar binary
