6 lines
85 B
Lua
6 lines
85 B
Lua
|
vim.o.tabstop = 2
|
||
|
vim.o.softtabstop = 2
|
||
|
vim.o.shiftwidth = 2
|
||
|
vim.o.expandtab = true
|
||
|
|