From 60284fdf9342a1db18af3a7f95f8b330fb9ae426 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Wed, 26 Feb 2020 19:17:14 +0000 Subject: [PATCH] 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 --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3e34eda..4ee0147 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.schema.json text eol=lf +*.json text eol=lf