mirror of
https://github.com/godotengine/godot.git
synced 2025-10-15 02:49:24 +00:00
Ensure all Visual Studio files are generated with CRLF
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -9,6 +9,8 @@ thirdparty/* linguist-vendored
|
||||
*.bat eol=crlf
|
||||
# And some test files where the EOL matters
|
||||
*.test.txt -text
|
||||
# And also the templates for Visual Studio files, which VS will always force CRLF on
|
||||
/misc/msvs/*.template eol=crlf
|
||||
|
||||
# The above only works properly for Git 2.10+, so for older versions
|
||||
# we need to manually list the binary files we don't want modified.
|
||||
|
Reference in New Issue
Block a user