Skip to content

Commit

Permalink
chore: use biome for IO since impure formatting is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshihou514 committed Dec 8, 2024
1 parent 9c466c6 commit 3fc9473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/guard-collection/formatter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,9 @@ M.zigfmt = {

M.biome = {
cmd = 'biome',
args = { 'format', '--stdin-file-path' },
args = { 'format', '--write' },
fname = true,
stdin = true,
stdin = false,
}

M.xmllint = {
Expand Down

0 comments on commit 3fc9473

Please sign in to comment.