Skip to content

Commit 6bd5ad7

Browse files
authored
fix(tombi): use --offline for format (#59)
1 parent 2fbf844 commit 6bd5ad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/guard-collection/formatter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ M.goimports = {
347347

348348
M.tombi = {
349349
cmd = 'tombi',
350-
args = { 'format', '-' },
350+
args = { 'format', '--offline', '-' },
351351
stdin = true,
352352
}
353353

0 commit comments

Comments
 (0)