diff --git a/.vimrc b/.vimrc index cf719d2..7a68f03 100644 --- a/.vimrc +++ b/.vimrc @@ -24,5 +24,7 @@ set autochdir set encoding=utf-8 set backspace=2 +" indent +set smartindent set tabstop=4 -set autoindent \ No newline at end of file +set shiftwidth=4 \ No newline at end of file