From d57a0fe9df68a4e0eff5ff488391b0ccf714a203 Mon Sep 17 00:00:00 2001 From: David Knaack Date: Thu, 29 Apr 2021 18:51:47 +0200 Subject: fix(init): always use lf line endings (#2655) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(init): always use lf line endings * make gitattributes file more specific Co-Authored-By: Dario Vladović <1170440+vladimyr@users.noreply.github.com> * Update .gitattributes Co-authored-by: Dario Vladović Co-authored-by: Dario Vladović <1170440+vladimyr@users.noreply.github.com> Co-authored-by: Thomas O'Donnell Co-authored-by: Dario Vladović --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..e736190f1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/src/init/ text eol=lf +*.sh text eol=lf -- cgit v1.2.3