From: Jannik Zander Date: Sun, 6 Nov 2016 20:30:14 +0000 (+0100) Subject: Problem crlf X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=257152989e1c9fc8a7ba201fee7614757b59415a;p=dotfiles.git Problem crlf --- diff --git a/.config/git/attributes b/.config/git/attributes index bda67e7..2cbeb8d 100644 --- a/.config/git/attributes +++ b/.config/git/attributes @@ -11,7 +11,7 @@ # Text files with fixed EOL=CRLF$ *.bat text eol=CRLF *.ahk text eol=crlf -*.vcproj text eol=crlf +#*.vcproj text eol=crlf # Binary files *.reg binary diff --git a/.config/git/config b/.config/git/config index 6445656..932f23c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -95,5 +95,10 @@ excludesfile = ~/.config/git/ignore attributesFile = ~/.config/git/attributes editor = vim + autocrlf = false + safecrlf = true [include] path = ~/.config/git/config_local +[user] + name = Jannik Zander + email = jannikz@gmail.com