We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009afa5 commit b16fac3Copy full SHA for b16fac3
.gitattributes
@@ -1,7 +1,2 @@
1
-# Force CRLF for Windows files:
2
-*.bat text eol=crlf
3
-*.dsp text eol=crlf
4
-*.dsw text eol=crlf
5
-*.sln text eol=crlf
6
-*.vcxproj text eol=crlf
7
-*.vcxproj.filters text eol=crlf
+# Checkout gamedir files with LF line endings on all platforms
+/gamedir/* text eol=lf
0 commit comments