|
@@ -11,7 +11,7 @@ set incsearch " Searches for strings incrementally
|
|
|
|
|
|
|
|
set autoindent " Auto-indent new lines
|
|
set autoindent " Auto-indent new lines
|
|
|
set expandtab " Use spaces instead of tabs
|
|
set expandtab " Use spaces instead of tabs
|
|
|
-set shiftwidth=4 " Number of auto-indent spaces
|
|
|
|
|
|
|
+set shiftwidth=2 " Number of auto-indent spaces
|
|
|
set smartindent " Enable smart-indent
|
|
set smartindent " Enable smart-indent
|
|
|
set smarttab " Enable smart-tabs
|
|
set smarttab " Enable smart-tabs
|
|
|
set softtabstop=2 " Number of spaces per Tab
|
|
set softtabstop=2 " Number of spaces per Tab
|