expand tabs to spaces

This commit is contained in:
John Bowdre 2022-08-16 16:27:42 -05:00
parent 3b1574a14c
commit 032b099868

View file

@ -26,6 +26,6 @@ endif
" coding preferences
syntax on
set noautoindent smarttab ts=2 sw=2
set noautoindent smarttab ts=2 sw=2 expandtab
set showmatch
set ruler