-- indent_type = "Spaces" -- indent_width = 4 -- call_parentheses = "Always" -- column_width = 120 vim.bo.tabstop = 4 vim.bo.softtabstop = 4 vim.bo.shiftwidth = 4 vim.bo.expandtab = true