2024-01-15 09:41:59 +03:00

6 lines
82 B
Lua

local opt = vim.opt_local
opt.tabstop = 2
opt.softtabstop = 2
opt.shiftwidth = 2