Skip to content

Commit 3fc9473

Browse files
committed
chore: use biome for IO since impure formatting is fixed
1 parent 9c466c6 commit 3fc9473

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
@@ -282,9 +282,9 @@ M.zigfmt = {
282282

283283
M.biome = {
284284
cmd = 'biome',
285-
args = { 'format', '--stdin-file-path' },
285+
args = { 'format', '--write' },
286286
fname = true,
287-
stdin = true,
287+
stdin = false,
288288
}
289289

290290
M.xmllint = {

0 commit comments

Comments
 (0)