[registry] Add .gitattributes and fix line-ending vcpkg.json files.

This commit is contained in:
Mikaël Capelle
2024-07-08 17:01:26 +02:00
parent c9f971437e
commit bfaee12809
+7
View File
@@ -0,0 +1,7 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cmake text eol=lf
*.json text eol=lf