From 290f937387dc3dcb3b4e5c4b564c65d4e5215615 Mon Sep 17 00:00:00 2001 From: Andrei Andreev Date: Tue, 2 Apr 2019 09:46:30 +0300 Subject: [PATCH] Create .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6fd23f9fb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +*.js eol=crlf +*.css eol=crlf +*.html eol=crlf +*.ts eol=crlf +*.md eol=crlf +*.txt eol=crlf +*.json eol=crlf