Explicitly set shift width

This commit is contained in:
Thomas Gideon 2022-01-12 11:35:15 -05:00
parent 2503edbce7
commit f57649029c

View file

@ -1,5 +1,6 @@
" set a smaller indent " set a smaller indent
setlocal ts=2 setlocal ts=2
setlocal sw=2
" and set up the buffer just like a text file " and set up the buffer just like a text file
let oldwd = getcwd() let oldwd = getcwd()