1# Set the default behavior, in case people don't have core.autocrlf set.
2* text=auto
3
4# Explicitly declare text files you want to always be normalized and converted
5# to native line endings on checkout.
6*.cpp text
7*.c text
8*.h text
9
10# Denote all files that are truly binary and should not be modified.
11*.png binary
12*.jpg binary
13*.tiff binary
14