albertyw/dotfiles

View on GitHub
files/vim/ftplugin/go.vim

Summary

Maintainability
Test Coverage
augroup filetypes
    " GoFmt
    autocmd BufWritePre <buffer> call go#fmt#Format(-1)
augroup END

" Use tabs, not spaces
setlocal noexpandtab