Added .gitattributes files to enforce to proper line endings on all platforms.

This commit is contained in:
LoRd_MuldeR 2024-06-06 22:29:43 +02:00
parent 3d18592b4c
commit 267e996e33
Signed by: mulder
GPG Key ID: 2B5913365F57E03F

24
.gitattributes vendored Normal file
View File

@ -0,0 +1,24 @@
*.c text eol=lf
*.cmd text eol=crlf
*.config text eol=crlf
*.cpp text eol=lf
*.cs text eol=crlf
*.csproj text eol=crlf
*.css text eol=lf
*.filters text eol=crlf
*.h text eol=lf
*.hpp text eol=lf
*.html text eol=lf
*.manifest text eol=crlf
*.md text eol=lf
*.nsi text eol=crlf
*.props text eol=crlf
*.rc text eol=crlf
*.resx text eol=crlf
*.settings text eol=crlf
*.sh text eol=lf
*.sln text eol=crlf
*.txt text=auto
*.vcxproj text eol=crlf
*.xaml text eol=crlf
Makefile text eol=lf