From 192d3b388ee7acac6e65401bd33064a42a3e5f2f Mon Sep 17 00:00:00 2001 From: Geert Josten Date: Mon, 21 Sep 2015 22:24:47 +0200 Subject: [PATCH] Fixed #504: added eol=lf setting for ml script, and touched it --- .gitattributes | 1 + ml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..40aa03e2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +ml text eol=lf diff --git a/ml b/ml index 0d2c5e75..78fa8735 100755 --- a/ml +++ b/ml @@ -160,4 +160,4 @@ else printf "\nERROR: You must run this command inside a valid Roxy Project. Use 'ml new' to create a project.\n\n" usage fi -fi \ No newline at end of file +fi