From 0da15aad8d5178a7d9b1c3b027dce2e6d8fc88af Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Mon, 27 Apr 2020 19:34:43 -0400 Subject: [PATCH] Force Unix-style line endings for consistency --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 54d8b24..19453c5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Set the default line separator behavior, in case people don't have core.autocrlf set. -* text=auto \ No newline at end of file +# [[https://stackoverflow.com/a/42135910]] +* text=auto eol=lf \ No newline at end of file