From 83660dbfc28553ee2b5dc0705952dc375f4fa64e Mon Sep 17 00:00:00 2001 From: Iron-Row <69439663+Iron-Row@users.noreply.github.com> Date: Mon, 7 Sep 2020 16:50:21 +0300 Subject: [PATCH] add .gitattributes for consistent line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2e9599b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto \ No newline at end of file