Update .gitattributes

This commit is contained in:
P3rlE 2022-03-03 21:49:35 +01:00
parent 53a5148759
commit 73d08bb7a6

17
.gitattributes vendored
View file

@ -1,3 +1,14 @@
* text=auto eol=lf # Set the default behavior, in case people don't have core.autocrlf set.
*.{cmd,[cC][mM][dD]} text eol=crlf * text=auto
*.{bat,[bB][aA][tT]} text eol=crlf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary