mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
7 lines
123 B
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
|