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 f583f9c commit d611a52Copy full SHA for d611a52
init.lua
@@ -684,9 +684,8 @@ require('lazy').setup({
684
-- Conform can also run multiple formatters sequentially
685
python = { 'isort', 'black' },
686
--
687
- -- You can use a sub-list to tell conform to run *until* a formatter
688
- -- is found.
689
- -- 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 },
690
},
691
692
0 commit comments