From a0aa8b28544dbd6ac3153caa3060eb7a94637f1a Mon Sep 17 00:00:00 2001 From: Aaron Kimbrell Date: Mon, 1 Aug 2022 22:37:28 -0500 Subject: [PATCH] standardize line endings (#700) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8218efdb..6313b56c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.sh eol=lf \ No newline at end of file +* text=auto eol=lf