kickstart.nvim/ftplugin/javascript.lua
2024-05-22 16:02:16 +02:00

4 lines
62 B
Lua

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