2024-05-22 16:15:11 +02:00

5 lines
92 B
Lua

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