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 9837d1b commit d229436Copy full SHA for d229436
init.lua
@@ -655,9 +655,8 @@ require('lazy').setup({
655
-- Conform can also run multiple formatters sequentially
656
-- python = { "isort", "black" },
657
--
658
- -- You can use a sub-list to tell conform to run *until* a formatter
659
- -- is found.
660
- -- 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 },
661
},
662
663
0 commit comments