5 lines
88 B
Lua
Raw Normal View History

vim.bo.tabstop = 8
vim.bo.expandtab = true
vim.bo.softtabstop = 4
vim.bo.shiftwidth = 4