From 43a7085f7cf9a33459cb9aa72eedb980c324198b Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 28 Dec 2020 18:20:20 +0200 Subject: [PATCH] gitattributes file --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..ce1d2a3266 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +* text=auto +*.php text eol=crlf +*.js text eol=crlf +*.json text eol=crlf +*.md text eol=crlf +*.less text eol=crlf +*.css text eol=crlf +*.tpl text eol=crlf +*.html text eol=crlf + +*.png binary