Ensure schema.json files are have LF line-endings.

The files are generated by serde_json with LF line-endings, even on windows. Ensure that Git checks them out with LF line-endings to match
This commit is contained in:
Graham Esau 2020-02-22 14:07:17 +00:00
parent 6bebd73701
commit a92638146a

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
*.schema.json text eol=lf