From 4da6954ab840a983fddfc529ddadbae5834cd6cc Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Sun, 3 Jan 2016 20:32:54 -0800 Subject: [PATCH] Updating vimrc to use soft tabs --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 5f0d9dc..c973379 100644 --- a/vimrc +++ b/vimrc @@ -22,7 +22,7 @@ set listchars=tab:»-,trail:·,extends:>,precedes:<,eol:¬ noremap <F10> :set list!<CR> " Tab options -"set expandtab " Soft tabs, changes tabs to spaces +set expandtab " Soft tabs, changes tabs to spaces set tabstop=4 " Number of spaces in a tab set softtabstop=4 " Number of spaces in a soft tab set shiftwidth=4 " Number of spaces in an indentation level. -- GitLab