diff --git a/.vimrc b/.vimrc index e5a35a5..e4860b9 100644 --- a/.vimrc +++ b/.vimrc @@ -28,7 +28,7 @@ nnoremap :W :w set conceallevel=0 " Use 4 spaces -set tabstop=8 softtabstop=0 expandtab shiftwidth=8 smarttab +set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab " Except for makefiles autocmd FileType make setlocal noexpandtab