mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 00:25:47 +02:00
5 lines
116 B
Lua
5 lines
116 B
Lua
|
vim.opt_local.expandtab = true
|
||
|
vim.opt_local.shiftwidth = 4
|
||
|
vim.opt_local.tabstop = 4
|
||
|
vim.opt_local.softtabstop = 4
|