We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02736cf commit 26c02e1Copy full SHA for 26c02e1
1 file changed
lua/conform/formatters/bake.lua
@@ -5,6 +5,5 @@ return {
5
description = "A Makefile formatter and linter.",
6
},
7
command = "mbake",
8
- args = { "format", "$FILENAME" },
9
- stdin = false,
+ args = { "format", "--stdin" },
10
}
0 commit comments