config: add basic git crlf control

This commit is contained in:
bnnm 2021-08-08 13:40:23 +02:00
parent e6a8b2c3f5
commit 483ee87498

9
.gitattributes vendored Normal file
View File

@ -0,0 +1,9 @@
# don't set for now (too many fixes at once)
#* text=auto
#*.c text=auto
#*.h text=auto
*.sh text eol=lf
*.bat text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf