nvim-flake/nvim/ftplugin/qml.lua

7 lines
123 B
Lua

if vim.fn.executable('qmlformat') ~= 1 then
return
end
vim.bo.tabstop = 4
vim.bo.shiftwidth = 4
vim.bo.expandtab = true