Tabs, auto-indent and line numbers

This commit is contained in:
Michael Mandl 2016-09-24 01:13:08 +02:00
commit f233fc4640

6
vimrc Normal file
View file

@ -0,0 +1,6 @@
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set number