diff options
-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 |