special config for cpp projects
This commit is contained in:
4
after/ftplugin/cpp.lua
Normal file
4
after/ftplugin/cpp.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.softtabstop = 2
|
||||
vim.opt.expandtab = true
|
||||
Reference in New Issue
Block a user