# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto eol=lf
# Declare text files that are normalized and converted to native line endings on checkout.
*.scad text
# Denote files that are binary and should not be modified.
*.png binary
*.jpg binary
# Diff documents as plain text
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf filter=lfs diff=lfs merge=lfs -text
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain