From 8bbd9a2ff3522b8cc5d9b85a6370915c14e84570 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Wed, 19 Oct 2022 01:33:01 +0300 Subject: [PATCH] Add .gitattributes file for endline in linux and windows --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b7d4dad --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# +# https://help.github.com/articles/dealing-with-line-endings/ +# +# These are explicitly windows files and should use crlf + +* text=auto eol=lf