From fdc8f797e26513e12a3c49d2ee1829eaa7238f30 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 4 Oct 2023 21:36:06 +0100 Subject: [PATCH] chore: add `.gitattributes` file (#309) --- .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