ansible-install-rc-files-role/files/.vimrc
2021-07-18 16:17:28 +02:00

12 lines
162 B
VimL

set mouse-=a
syntax on
" indenting with '>', use 4 spaces width
set shiftwidth=2
" On pressing tab, insert 4 spaces
set expandtab
set tabstop=2
set autoindent