kickstart.nvim/after/ftplugin/c.lua

6 lines
93 B
Lua

local set = vim.opt_local
set.shiftwidth = 4
set.tabstop = 4
set.commentstring = '/* %s */'