feat(nvim): two spaces in xml

This commit is contained in:
Price Hiller 2022-06-16 15:09:45 -05:00
parent 4349338484
commit 9322c67614

View File

@ -0,0 +1,4 @@
local opt_local = vim.opt_local
opt_local.tabstop = 2
opt_local.shiftwidth = 2