.vimrc

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search

To support the creation and editing of yaml files in vi, set the following in ~/.vimrc

set expandtab
set tabstop=2
set autoindent
set shiftwidth=2
set softtabstop=2
set colorcolumn=3,5,7,9,11
set number