nvim-config/ftplugin/xml.lua

5 lines
88 B
Lua

vim.bo.tabstop = 2
vim.bo.shiftwidth = 2
vim.bo.expandtab = true
vim.bo.softtabstop = 2