Skip to content

Instantly share code, notes, and snippets.

@84adam
Last active September 15, 2022 14:40
Show Gist options
  • Save 84adam/e0f26104a9ca8a486a28b55e2212d5a2 to your computer and use it in GitHub Desktop.
Save 84adam/e0f26104a9ca8a486a28b55e2212d5a2 to your computer and use it in GitHub Desktop.
Vim configuration
set wrap
set number
set colorcolumn=80
syntax on
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
let g:go_highlight_trailing_whitespace_error=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment