5 lines
83 B
Lua
5 lines
83 B
Lua
local opt = vim.opt_local
|
|
|
|
opt.expandtab = false
|
|
opt.tabstop = 4
|
|
opt.shiftwidth = 4 |