File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ set ttymouse=xterm2 " mouse scrolling in vim
8282set mouse=a
8383set foldenable
8484set 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
You can’t perform that action at this time.
0 commit comments