-- TODO: suffixes, includes vim.bo.expandtab = true vim.bo.shiftwidth = 4 vim.bo.softtabstop = 4 vim.bo.textwidth = 99 vim.opt_local.comments = { "s0:/*!", "ex:*/", "s1:/*", "mb:*", "ex:*/", ":///", "://!", "://", } vim.bo.commentstring = "// %s"