diff --git a/vim/vimrc b/vim/vimrc index 6a71f70..61119af 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -136,13 +136,12 @@ set autowrite set splitright set splitbelow -set smarttab set autoindent -set tabstop=2 +set tabstop=4 set shiftwidth=2 set softtabstop=0 -set vartabstop= set expandtab +set smarttab set noswapfile set nobackup