From 7897968a63415c915af1c73552b90d3cb79b6a25 Mon Sep 17 00:00:00 2001 From: tterrag Date: Thu, 14 May 2020 21:11:28 -0400 Subject: [PATCH] Force generated jsons to check out with LF line endings on Windows --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe077042..bbc1b9f54 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Auto detect text files and perform LF normalization * text=auto +# Disable autocrlf on generated files, they always generate with LF +src/generated/**/*.json text eol=lf \ No newline at end of file