Update your vi Settings

Edit the .exrc file in your HOME directory and add these lines:

set tabstop=4
set shiftwidth=4
set expandtab

How can we test this?