diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-12-24 07:22:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-12-24 07:22:46 +0300 |
commit | 5633b55555e4c9a9938c159ccb9fd2813918817b (patch) | |
tree | 39f8af1b155c81b536a772471a7fe0c2afbf951d | |
parent | add .gitattributes (diff) | |
download | windows-home-5633b55555e4c9a9938c159ccb9fd2813918817b.tar.gz windows-home-5633b55555e4c9a9938c159ccb9fd2813918817b.zip |
fix .gitattributes
-rw-r--r-- | .gitattributes | 7 |
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 |