]> git.zndr.dk Git - dotfiles.git/commitdiff
Problem crlf
authorJannik Zander <jannikz@gmail.com>
Sun, 6 Nov 2016 20:30:14 +0000 (21:30 +0100)
committerJannik Zander <jannikz@gmail.com>
Sun, 6 Nov 2016 20:30:14 +0000 (21:30 +0100)
.config/git/attributes
.config/git/config

index bda67e7d0e8aa84ee65d85131523d8540c89e895..2cbeb8de22a2c4256f27667b0a50d6e310fec1b9 100644 (file)
@@ -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
index 6445656cabfa2027c51dee41510814f67290daba..932f23c5a2bcbc690e80029c05aef3833dfeb9a5 100644 (file)
   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