gorgonia.org/gorgonia@v0.9.17/.gitattributes (about) 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 *.c text 7 *.h text 8 *.go text 9 *.md text 10 *.s text 11 *.yml text 12 *.toml text 13 14 # Declare files that will always have CRLF line endings on checkout. 15 *.sln text eol=crlf 16 *.bat text eol=crlf 17 18 # Denote all files that are truly binary and should not be modified. 19 *.png binary 20 *.jpg binary 21 *.svg text