Files
2026-06-11 19:41:26 +07:00

4 lines
68 B
Lua

vim.opt.expandtab = true
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2