Skip to content

Instantly share code, notes, and snippets.

@rtapadar
Created May 14, 2018 23:52
Show Gist options
  • Save rtapadar/b03a2d7c9aebb3754c85f800b162ad0d to your computer and use it in GitHub Desktop.
Save rtapadar/b03a2d7c9aebb3754c85f800b162ad0d to your computer and use it in GitHub Desktop.
set hlsearch
set nocompatible
set autoindent
set ruler
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
filetype plugin indent on
syntax on
au BufWritePost *.go !gofmt -w %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment