1 # Set the default behavior 2 * text eol=lf 3 4 # Explicitly declare source files 5 *.c text eol=lf 6 *.h text eol=lf 7 8 # Denote files that should not be modified. 9 *.odt binary 10 *.png binary 11