4 lines
84 B
Lua
4 lines
84 B
Lua
vim.o.tabstop = 4
|
|
vim.o.shiftwidth = 4
|
|
vim.o.expandtab = true
|
|
vim.o.textwidth = 120
|