diff options
-rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,10 +12,10 @@ set history=50 set wildmode=list:longest,full set showmode set showcmd +set shiftwidth=2 +set tabstop=2 autocmd FileType * set tabstop=2|set shiftwidth=2 autocmd FileType python set tabstop=4|set shiftwidth=4 -"set shiftwidth=4 -"set tabstop=4 set expandtab set shiftround set autoindent |