ミニマル `.vimrc`

Posted on 2020/05/26

kubernetesの試験を受けるに当たって、最小限の .vimrc を覚えておくためのメモ:

set autoindent
set expandtab
set tabstop=2
set shiftwidth=2