vim.b.tabstop = 4 vim.b.softtabstop = 4 vim.b.shiftwidth = 4 vim.b.expandtab = true vim.b.autoindent = true