5 lines
94 B
Lua
5 lines
94 B
Lua
vim.opt.tabstop = 8
|
|
vim.opt.softtabstop = 8
|
|
vim.opt.shiftwidth = 8
|
|
vim.opt.noexpandtab = true
|