use default vim indentation

This commit is contained in:
Sean Buckley 2020-09-23 22:54:29 -04:00
parent 6dce6cb8b8
commit 93453bfc44

View file

@ -11,8 +11,8 @@
name="vim";
vimrcConfig.customRC=''
syntax enable
filetype plugin indent on
set nowrap ruler scrolloff=9 backspace=start,indent
set autoindent smartindent expandtab tabstop=4 shiftwidth=4
'';
})