4 lines
75 B
Lua
4 lines
75 B
Lua
vim.opt.expandtab = true
|
|
vim.opt.smartindent = true
|
|
vim.opt.shiftwidth = 2
|
vim.opt.expandtab = true
|
|
vim.opt.smartindent = true
|
|
vim.opt.shiftwidth = 2
|