Skip to content

Commit 932d7cc

Browse files
author
Nolan Warner
committed
Change tabs to spaces
1 parent 17e9da8 commit 932d7cc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

dot_files/dot_vimrc

+7-7
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ set ttymouse=xterm2 " mouse scrolling in vim
8282
set mouse=a
8383
set foldenable
8484
set background=dark
85-
set tabstop=4 " 4-space tab indent width
86-
set shiftwidth=4 " allows you to use < and > to indent/unindent blocks
87-
set softtabstop=4 " see multiple space characters as a tab
88-
set shiftround " Indent to nearest tab stop
89-
set autoindent " carries over previous indent to the next line
90-
set smarttab " A tab infront of a line inserts spaces or tabs according to expandtab
91-
set pastetoggle=<F2> " Toggle set paste
85+
set tabstop=2 " 2-space tab indent width
86+
set shiftwidth=2 " allows you to use < and > to indent/unindent blocks
87+
set softtabstop=2 " see multiple space characters as a tab
88+
set shiftround " Indent to nearest tab stop
89+
set autoindent " carries over previous indent to the next line
90+
set smarttab " A tab infront of a line inserts spaces or tabs according to expandtab
91+
set pastetoggle=<F2> " Toggle set paste
9292

9393
" Tell vim to remember certain things when we exit
9494
" '100 : marks will be remembered for up to 100 previously edited files

0 commit comments

Comments
 (0)