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