aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-12-24 07:22:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-12-24 07:22:46 +0300
commit5633b55555e4c9a9938c159ccb9fd2813918817b (patch)
tree39f8af1b155c81b536a772471a7fe0c2afbf951d /.gitattributes
parentadd .gitattributes (diff)
downloadwindows-home-5633b55555e4c9a9938c159ccb9fd2813918817b.tar.gz
windows-home-5633b55555e4c9a9938c159ccb9fd2813918817b.zip
fix .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 4 insertions, 3 deletions
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