vim: smartindent

This commit is contained in:
Sean Buckley 2020-09-18 14:53:35 -04:00
parent ca2edd4ae8
commit 77098deb6a

View file

@ -12,7 +12,7 @@
vimrcConfig.customRC=''
syntax enable
set nowrap ruler scrolloff=9 backspace=start,indent
set autoindent expandtab tabstop=4 shiftwidth=4
set autoindent smartindent expandtab tabstop=4 shiftwidth=4
'';
})