Skip to content

Commit

Permalink
shell/git: Enable indentHeuristic, switch to ff-only on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JIghtuse committed Nov 30, 2016
1 parent b6c1941 commit 378b0a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
excludesfile = ~/.config/gitignore_global
[diff]
tool = meld
indentHeuristic = true
[merge]
tool = meld
[pull]
rebase = true
ff-only = true
[rebase]
autostash = true
autosquash = true

0 comments on commit 378b0a6

Please sign in to comment.