Skip to content

Commit

Permalink
fix(kulala-fmt): update args for new version (#660)
Browse files Browse the repository at this point in the history
Reflecting the latest changes of the v2.0.0 release.
  • Loading branch information
gorillamoe authored Mar 5, 2025
1 parent 03958a3 commit b5bcbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/conform/formatters/kulala-fmt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ return {
description = "An opinionated .http and .rest files linter and formatter.",
},
command = "kulala-fmt",
args = { "$FILENAME" },
args = { "format", "$FILENAME" },
stdin = false,
}

0 comments on commit b5bcbf6

Please sign in to comment.