1 2 3 4 5 6
local l = vim.opt_local l.expandtab = true l.smartindent = false l.tabstop = 4 l.shiftwidth = 4