Skip to content

Commit 1cef232

Browse files
authored
Modify conform comments to prevent deprecation warning when used (#1057)
1 parent f00b286 commit 1cef232

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

init.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,9 +653,8 @@ require('lazy').setup({
653653
-- Conform can also run multiple formatters sequentially
654654
-- python = { "isort", "black" },
655655
--
656-
-- You can use a sub-list to tell conform to run *until* a formatter
657-
-- is found.
658-
-- javascript = { { "prettierd", "prettier" } },
656+
-- You can use 'stop_after_first' to run the first available formatter from the list
657+
-- javascript = { "prettierd", "prettier", stop_after_first = true },
659658
},
660659
},
661660
},

0 commit comments

Comments
 (0)