diff options
| -rw-r--r-- | .gitconfig | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,11 +10,13 @@ path = ~/.gitconfig-suse [core] - editor = emacsclient-a-nw excludesfile = ~/.gitignore whitespace = trailing-space,space-before-tab abbrev = 12 +[pretty] + fixes = Fixes: %h (\"%s\") + [help] autocorrect = 1 |
