Ensure json files are have LF line-endings.

"Expected" schema json 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-26 19:17:14 +00:00
parent a92638146a
commit 60284fdf93

2
.gitattributes vendored
View file

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