Modify conform comments to prevent deprecation warning when used

This commit is contained in:
Brandon Clark 2024-07-26 09:51:37 -04:00
parent 56b9114bf2
commit 407a1e903d
1 changed files with 2 additions and 3 deletions

View File

@ -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 },
},
},
},