Files
2025-05-07 14:38:01 +02:00

4 lines
86 B
Lua

vim.opt_local.expandtab = true
vim.opt_local.shiftwidth = 2
vim.opt_local.tabstop = 2