From 0826ecfce3d0f12dd66a40443006fae172c04ff2 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Thu, 5 Apr 2018 16:39:36 -0400 Subject: [PATCH] Try to fix line endings on SQL scripts --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1ff0c42..1eff434 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ # Set default behavior to automatically normalize line endings. ############################################################################### * text=auto +*.sqlce text eol=crlf ############################################################################### # Set default behavior for command prompt diff.