nvim-config/ftplugin/c.lua

5 lines
88 B
Lua

vim.bo.tabstop = 4
vim.bo.shiftwidth = 4
vim.bo.expandtab = true
vim.bo.softtabstop = 4