Skip to content

Commit 2186429

Browse files
authored
Merge pull request #48 from dragove/biome
fix: biome cannot do format on current version of guard
2 parents 06da4a0 + b2cf67c commit 2186429

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/guard-collection/formatter.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ M.zigfmt = {
276276

277277
M.biome = {
278278
cmd = 'biome',
279-
args = { 'format', '--write' },
279+
args = { 'format', '--stdin-file-path' },
280280
fname = true,
281-
stdin = false,
281+
stdin = true,
282282
}
283283

284284
return M

0 commit comments

Comments
 (0)