From a92638146a01c2c9f0750da7523d2726703f2f82 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sat, 22 Feb 2020 14:07:17 +0000 Subject: [PATCH] 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 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3e34eda --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.schema.json text eol=lf