From d6453b8a1f7f12d849e43b1b7710264fa0d14b07 Mon Sep 17 00:00:00 2001 From: Emil Tabakov Date: Mon, 26 Feb 2018 19:05:21 +0200 Subject: [PATCH] chore: set line endings for shell scripts Discussed in https://github.com/NativeScript/docs/pull/1071 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index cf01f69e8b..a481f5d1d1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,5 @@ bin/nativescript.js eol=lf +# Use LF for shell scripts +*.sh eol=lf