5 lines
177 B
VimL
5 lines
177 B
VimL
" set default tab width to 2 spaces
|
|
set tabstop=2 " number of spaces that a tab counts for
|
|
set shiftwidth=2 " size of an autoindented shift
|
|
set softtabstop=0 " indentation size
|