vimrc starter

This commit is contained in:
2024-10-18 17:36:47 +02:00
commit db91b4979a

8
vimrc Normal file
View File

@@ -0,0 +1,8 @@
filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab
set mouse-=a