.vimrc

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

Revision #3
Created 2026-04-01 17:14:18 CEST by Philip
Updated 2026-04-13 19:24:56 CEST by Philip