dotfiles/.config/nvim/ftplugin/twig.lua

4 lines
65 B
Lua

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