# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Force Unix style line endings
* text eol=lf

# Explicitly mark binary types (to prevent unwanted line conversion)
*.ico binary
*.png binary
*.woff binary
