2024-09-09 19:07:54 -04:00

5 lines
94 B
Lua

vim.opt.tabstop = 8
vim.opt.softtabstop = 8
vim.opt.shiftwidth = 8
vim.opt.noexpandtab = true