fix style

This commit is contained in:
denisu14 2025-10-24 02:05:39 -04:00 committed by GitHub
parent c2718d8152
commit bde4e04af3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ return {
recommended = function()
return LazyVim.extras.wants({
ft = { "handlebars", "typescript", "javascript", "typescript.glimmer", "javascript.glimmer" },
root = { "ember-cli-build.js"},
root = { "ember-cli-build.js" },
})
end,
{