From f392bc2c9479ca0db25e93019787b2ab434b2d01 Mon Sep 17 00:00:00 2001 From: xiashtra <91220277+xiashtra@users.noreply.github.com> Date: Fri, 18 Oct 2024 20:36:37 -0500 Subject: [PATCH] Create .gitattributes (#367) Normalize line endings. Ref: https://git-scm.com/docs/gitattributes#_effects --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..70e63fff --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set default behavior to automatically normalize line endings. +* text=auto