From 5633b55555e4c9a9938c159ccb9fd2813918817b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 24 Dec 2016 07:22:46 +0300 Subject: fix .gitattributes --- .gitattributes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 1db031e..8a27558 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ -* text=auto eol=crlf - -/.git* text eol=lf +/%APPDATA%/**/* text=auto eol=crlf +/%STACK_ROOT%/**/* text=auto eol=crlf +/%USERPROFILE%/**/* text=auto eol=crlf +/WinMerge/**/* text=auto eol=crlf -- cgit v1.2.3