From 8ea06ae221ed7dd7295d309db697464bb04711ab Mon Sep 17 00:00:00 2001 From: A2va <49582555+A2va@users.noreply.github.com> Date: Tue, 27 Jul 2021 21:07:14 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0de99a7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set always lf for shell file +*.sh text eol=lf