Skip to content

Instantly share code, notes, and snippets.

@rahogata
Created March 17, 2021 10:36
Show Gist options
  • Save rahogata/ab2e14d129f3db9e34dcc615fc2fafd2 to your computer and use it in GitHub Desktop.
Save rahogata/ab2e14d129f3db9e34dcc615fc2fafd2 to your computer and use it in GitHub Desktop.
Vim configuration file.
syntax enable
set number
set tabstop=4
set smartindent
set shiftwidth=4
set expandtab
set backspace=indent,eol,start
au BufNewFile,BufRead Jenkinsfile setf groovy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment