Skip to content

Commit 26c02e1

Browse files
authored
fix(mbake): format using stdin (#798)
* fix(mbake): correct mbake command and use stdin * fix(mbake): correct formatting * fix(bake): merge changes into existing bake formatter
1 parent 02736cf commit 26c02e1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lua/conform/formatters/bake.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ return {
55
description = "A Makefile formatter and linter.",
66
},
77
command = "mbake",
8-
args = { "format", "$FILENAME" },
9-
stdin = false,
8+
args = { "format", "--stdin" },
109
}

0 commit comments

Comments
 (0)