Skip to content

Commit 40dcec5

Browse files
authored
fix(hledger-fmt): add --exit-zero-on-changes (#859)
1 parent e969e30 commit 40dcec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/conform/formatters/hledger-fmt.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ return {
55
description = "An opinionated hledger's journal files formatter.",
66
},
77
command = "hledger-fmt",
8-
args = { "--no-diff", "-" },
8+
args = { "--no-diff", "--exit-zero-on-changes", "-" },
99
stdin = true,
1010
}

0 commit comments

Comments
 (0)