1
0
mirror of https://github.com/dperelman/stonescript-vim synced 2025-04-04 23:48:11 -04:00

Set tab/ident options.

This commit is contained in:
Daniel Perelman 2019-09-08 14:09:37 -07:00
parent c99504fd1b
commit 1dc0803783

View File

@ -0,0 +1,4 @@
setlocal expandtab
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal autoindent