special config for cpp projects

This commit is contained in:
2025-12-11 08:02:48 +01:00
parent c42ea47cef
commit db6a1ac3ea

4
after/ftplugin/cpp.lua Normal file
View File

@@ -0,0 +1,4 @@
vim.opt.shiftwidth = 2
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.expandtab = true