3 lines
75 B
Lua
3 lines
75 B
Lua
vim.opt.tabstop = 4
|
|
vim.opt.shiftwidth = 4
|
|
vim.opt.smartindent = true
|