Revision 708d41bd26811881368b7d06d2ab9fb02c1b82f3 authored by Alexander Root on 21 August 2023, 18:45:05 UTC, committed by GitHub on 21 August 2023, 18:45:05 UTC
1 parent f11e80d
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