From 1a3b88d31f41a9f7938a5e1c02ff8fce6154004b Mon Sep 17 00:00:00 2001 From: Gilles Crettenand Date: Wed, 3 Jun 2015 09:17:07 +0200 Subject: [PATCH] ensure that line endings are always LF --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..801a8d8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.php text eol=lf +*.html text eol=lf +*.md text eol=lf \ No newline at end of file