Revision 1ebd926e4801f015e0e092f44d3f07d4ca426e2b authored by Dillon Sharlet on 05 September 2020, 19:35:09 UTC, committed by GitHub on 05 September 2020, 19:35:09 UTC
1 parent 6dc230f
Raw File
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.c text
*.h text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.tiff binary
back to top