ansible-install-rc-files-role/files/.vimrc

12 lines
162 B
VimL
Raw Normal View History

2021-07-18 16:17:28 +02:00
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