5 lines
84 B
Lua
5 lines
84 B
Lua
vim.o.tabstop = 2
|
|
vim.o.softtabstop = 2
|
|
vim.o.shiftwidth = 2
|
|
vim.o.expandtab = true
|