[vim] vim configfile styleguide

This commit is contained in:
2022-08-21 17:11:07 +03:00
parent 832aec46d7
commit e1a2bde564

7
vim/ftplugin/vim.vim Normal file
View File

@@ -0,0 +1,7 @@
" show existing tab with 2 spaces width
set tabstop=2
" when indenting with '>', use 2 spaces width
set shiftwidth=2
" On pressing tab, insert 2 spaces
set expandtab