Explicitly set shift width

This commit is contained in:
Thomas Gideon 2022-01-12 11:35:15 -05:00
parent 2503edbce7
commit f57649029c
1 changed files with 1 additions and 0 deletions

View File

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