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

pull/1042/head^2
Brandon Clark 2 months ago committed by GitHub
parent f00b2866de
commit 1cef2325e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -653,9 +653,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 },
},
},
},

Loading…
Cancel
Save