diff --git a/vim/vimrc b/vim/vimrc index 0393247..ca3d0ff 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -140,7 +140,7 @@ set expandtab " Indentation settings for using hard tabs for indent. Display tabs as " two characters wide. "set shiftwidth=2 -"set tabstop=2 +set tabstop=4 " Force the cursor onto a new line after 80 characters set textwidth=80