|
|
@@ -58,11 +58,11 @@ endif
|
|
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
|
|
|
set expandtab " change to single spaces
|
|
|
-set tabstop=4 " actual tab press distance
|
|
|
+set tabstop=2 " actual tab press distance
|
|
|
set shiftround " indent to nearest tabstops
|
|
|
-set shiftwidth=4 " amount to indent with > and <
|
|
|
+set shiftwidth=2 " amount to indent with > and <
|
|
|
set smarttab " backspace tabs where appropriate even if spaces
|
|
|
-set softtabstop=4 " let backspace delete indent
|
|
|
+set softtabstop=2 " let backspace delete indent
|
|
|
set wrap lbr " wrap long lines of text
|
|
|
set backspace=eol,start,indent "backspace over everything
|
|
|
set textwidth=80
|