set expandtab
This commit is contained in:
parent
b14c4e6f75
commit
39a9cd0749
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
|
@ -1,4 +1,4 @@
|
||||||
" ~/.vimrc
|
" troyengel .vimrc
|
||||||
|
|
||||||
" This must be first - it changes other options as a side effect
|
" This must be first - it changes other options as a side effect
|
||||||
set nocompatible " use Vim settings, rather then Vi settings
|
set nocompatible " use Vim settings, rather then Vi settings
|
||||||
|
|
@ -10,6 +10,7 @@ set esckeys " allow cursor keys in insert mode
|
||||||
set noautoindent " always set autoindenting off
|
set noautoindent " always set autoindenting off
|
||||||
set shiftwidth=4 " number of spaces used for autoindent insertions
|
set shiftwidth=4 " number of spaces used for autoindent insertions
|
||||||
set tabstop=4 " tabstop positions
|
set tabstop=4 " tabstop positions
|
||||||
|
set expandtab " expand tabs to tabstop/shiftwidth when inserting
|
||||||
|
|
||||||
set nobackup " backups are for wimps
|
set nobackup " backups are for wimps
|
||||||
set history=250 " keep 250 lines of command line history
|
set history=250 " keep 250 lines of command line history
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue