vim: add custom pom.xml indentation, shift width, etc.
[cmccabe-etc] / .gitconfig
index 70ae5b5..423382a 100644 (file)
@@ -1,6 +1,7 @@
 [core]
        editor = vim
         pager = less -FRX
+       autocrlf = false
 [color]
        branch = auto
        status = auto
@@ -26,3 +27,7 @@
        url = http://review.sf.cloudera.com/ 
 [url "git@github.sf.cloudera.com:"]
        pushInsteadOf = git://github.sf.cloudera.com/
+[merge]
+       conflictstyle = diff3
+[branch]
+       autosetuprebase = always