.vimrc
Appearance
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
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