1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00
dotfiles/nvim/after/ftplugin/c.lua

7 lines
158 B
Lua

-- Hard tabs
-- vim.bo.expandtab = false
-- vim.bo.tabstop = 8
-- vim.bo.shiftwidth = 0
-- vim.bo.softtabstop = 0
require("user.utils.indent").setHardtabs()