From bdfc80b9a372399f4d111bfc4fb70871c4983ed5 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 7 Oct 2023 07:06:57 +0100 Subject: [PATCH] chore: add `.gitattributes` file --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a0e7df9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set default behavior to automatically convert line endings +* text=auto eol=lf