mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
Preserve CRLF line terminators for MSVS project template
This commit is contained in:
parent
19bb18716e
commit
06b8d05eda
1 changed files with 1 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -9,7 +9,7 @@ thirdparty/* linguist-vendored
|
||||||
*.bat eol=crlf
|
*.bat eol=crlf
|
||||||
*.sln eol=crlf
|
*.sln eol=crlf
|
||||||
*.csproj eol=crlf
|
*.csproj eol=crlf
|
||||||
misc/msvs/*.template eol=crlf
|
misc/msvs/* eol=crlf
|
||||||
# And some test files where the EOL matters
|
# And some test files where the EOL matters
|
||||||
*.test.txt -text
|
*.test.txt -text
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue