diff --git a/lua/guard-collection/formatter.lua b/lua/guard-collection/formatter.lua index 6c3e545..15dd927 100644 --- a/lua/guard-collection/formatter.lua +++ b/lua/guard-collection/formatter.lua @@ -282,9 +282,9 @@ M.zigfmt = { M.biome = { cmd = 'biome', - args = { 'format', '--write' }, + args = { 'format', '--stdin-file-path' }, fname = true, - stdin = false, + stdin = true, } M.xmllint = {