From ac0eaae9edf603560cf991e8b67c35c1fce6ffb7 Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Mon, 8 Jan 2018 02:47:29 +0100 Subject: [PATCH] line ending ruleset --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..30018cb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +* text eol=crlf +*.html text +*.css text +*.xml text