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