2024-11-21 13:33:55 +03:00

5 lines
83 B
Lua

local opt = vim.opt_local
opt.expandtab = false
opt.tabstop = 4
opt.shiftwidth = 4