" Softtabs, 2 spaces | |
set tabstop=2 | |
set shiftwidth=2 | |
set shiftround | |
set expandtab | |
" Syntax highlighting | |
syntax on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
" Softtabs, 2 spaces | |
set tabstop=2 | |
set shiftwidth=2 | |
set shiftround | |
set expandtab | |
" Syntax highlighting | |
syntax on |