Explicitly set shift width
This commit is contained in:
parent
2503edbce7
commit
f57649029c
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue