Skip to content

Commit a0ab60e

Browse files
authored
feat(tombi): add stdin-filename arg (#763)
tombi-toml/tombi@df3b37b
1 parent 3543d00 commit a0ab60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/conform/formatters/tombi.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ return {
66
description = "TOML Formatter / Linter.",
77
},
88
command = "tombi",
9-
args = { "format", "-" },
9+
args = { "format", "--stdin-filename", "$FILENAME", "-" },
1010
stdin = true,
1111
}

0 commit comments

Comments
 (0)