kickstart.nvim/ftplugin/javascript.lua

4 lines
62 B
Lua

vim.o.tabstop = 4
vim.o.shiftwidth = 4
vim.o.expandtab = true