# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.pdf binary
*.ico binary

*.js  filter=tabspace
*.html  filter=tabspace
*.css  filter=tabspace
*.json  filter=tabspace
*.py  filter=tabspace
*.c  filter=tabspace
*.h  filter=tabspace
SConstruct  filter=tabspace
