We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e969e30 commit 40dcec5Copy full SHA for 40dcec5
1 file changed
lua/conform/formatters/hledger-fmt.lua
@@ -5,6 +5,6 @@ return {
5
description = "An opinionated hledger's journal files formatter.",
6
},
7
command = "hledger-fmt",
8
- args = { "--no-diff", "-" },
+ args = { "--no-diff", "--exit-zero-on-changes", "-" },
9
stdin = true,
10
}
0 commit comments