feat: add qml formatter
This commit is contained in:
parent
ff6a4a391d
commit
aa3b418c4c
1 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,14 @@ local function build()
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
qml = {
|
||||||
|
function()
|
||||||
|
return {
|
||||||
|
exe = "qmlformat",
|
||||||
|
args = { "--inplace" },
|
||||||
|
}
|
||||||
|
end,
|
||||||
|
},
|
||||||
nix = {
|
nix = {
|
||||||
require("formatter.filetypes.nix").nixfmt,
|
require("formatter.filetypes.nix").nixfmt,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue