Modify conform comments to prevent deprecation warning when used (#1057)

This commit is contained in:
Brandon Clark 2024-07-28 12:43:08 -04:00 committed by Renken
parent 367b0f5020
commit 57bd41433e
Signed by: renken
GPG key ID: 1F2BB159B645E575

View file

@ -771,9 +771,8 @@ require('lazy').setup({
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
--
-- You can use a sub-list to tell conform to run *until* a formatter
-- is found.
-- javascript = { { "prettierd", "prettier" } },
-- You can use 'stop_after_first' to run the first available formatter from the list
-- javascript = { "prettierd", "prettier", stop_after_first = true },
},
},
},