Set tab length to 2 for vim files

This commit is contained in:
Edward Litherland-Smith 2021-02-22 13:13:53 +00:00
parent f7d12160c8
commit 0fa1c87e95

2
after/ftplugin/vim.vim Normal file
View file

@ -0,0 +1,2 @@
setlocal shiftwidth=2
setlocal softtabstop=2