From 7f2093a78be244931acd07733ba95d62a4723fab Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Thu, 28 Mar 2024 21:39:00 -0500 Subject: [PATCH] Added git attributes for line ending normalization copied from exceptionless repo https://prettier.io/docs/en/options.html#end-of-line --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..31bb7740 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Auto detect text files and perform LF normalization +* text=auto +*.sh text eol=lf