This commit is contained in:
fqbn207
2025-01-25 11:50:21 +01:00
parent 1c91b4ff8e
commit 1d50eb0f2b

View File

@ -1,5 +1,5 @@
vim.opt.shiftwidth = 2
vim.opt.tabstop = 2
vim.opt.shiftwidth = 4
vim.opt.tabstop = 4
vim.opt.cursorline = true
vim.opt.cursorcolumn = true
vim.opt.expandtab = true