Add .ideavimrc file for the IDEA editor
[cmccabe-etc] / .gitconfig
index ad7aa8f..423382a 100644 (file)
@@ -1,6 +1,7 @@
 [core]
        editor = vim
         pager = less -FRX
+       autocrlf = false
 [color]
        branch = auto
        status = auto
         sslverify = false
 [push]
        default = current
+[reviewboard] 
+       url = http://review.sf.cloudera.com/ 
+[url "git@github.sf.cloudera.com:"]
+       pushInsteadOf = git://github.sf.cloudera.com/
+[merge]
+       conflictstyle = diff3
+[branch]
+       autosetuprebase = always