Update formatting.lua

This commit is contained in:
Kristofer 2024-03-11 16:29:24 +00:00 committed by GitHub
parent 78e6405f90
commit 2b694bea79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,6 +90,8 @@ return {
lua = { "stylua" },
fish = { "fish_indent" },
sh = { "shfmt" },
-- yamlls doesn't respect your prettier config
yaml = { { "prettierd", "prettier", "yamlfix" } },
},
-- The options you set here will be merged with the builtin formatters.
-- You can also define any custom formatters here.