What even is a commit message

This commit is contained in:
Dan Buch
2015-08-18 20:14:39 -04:00
parent 777f86082b
commit 44d3d31ffe
5 changed files with 28 additions and 8 deletions

1
vimrc
View File

@@ -18,6 +18,7 @@ set textwidth=67
map ,t :w<CR>
map ,- :nohl<CR>
map ,w :%s/ *$//<CR>
let g:go_fmt_command = "goimports"