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 e1f5260 commit b40a1afCopy full SHA for b40a1af
init.lua
@@ -666,9 +666,8 @@ require('lazy').setup({
666
-- Conform can also run multiple formatters sequentially
667
-- python = { "isort", "black" },
668
--
669
- -- You can use a sub-list to tell conform to run *until* a formatter
670
- -- is found.
671
- -- 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 },
672
},
673
674
0 commit comments