Created
March 17, 2021 10:36
-
-
Save rahogata/ab2e14d129f3db9e34dcc615fc2fafd2 to your computer and use it in GitHub Desktop.
Vim configuration file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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