local space = 2 vim.opt.shiftwidth = space vim.opt.tabstop = space vim.opt.softtabstop = space vim.opt.expandtab = true vim.opt.shiftround = true