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:
parent
a92638146a
commit
60284fdf93
1 changed files with 1 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1 +1 @@
|
||||||
*.schema.json text eol=lf
|
*.json text eol=lf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue