We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb927e commit 8bb9034Copy full SHA for 8bb9034
init.lua
@@ -670,9 +670,8 @@ require('lazy').setup({
670
-- Conform can also run multiple formatters sequentially
671
-- python = { "isort", "black" },
672
--
673
- -- You can use a sub-list to tell conform to run *until* a formatter
674
- -- is found.
675
- -- 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 },
676
},
677
678
0 commit comments