Revision 4f61b2e668df97895644ca373958de08d494033d authored by Steven Johnson on 10 February 2021, 04:53:04 UTC, committed by GitHub on 10 February 2021, 04:53:04 UTC
1 parent fe0888b
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