3 lines
47 B
Lua
3 lines
47 B
Lua
vim.opt.tabstop = 2;
|
|
vim.opt.expandtab = true;
|
vim.opt.tabstop = 2;
|
|
vim.opt.expandtab = true;
|