From 3345246e8d70865015176d8a1f0d7580c6a9e327 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 1 Dec 2017 10:26:13 +0000 Subject: [PATCH] Make tabs 4 displayed 4 spaces wide --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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