Skip to content

Commit

Permalink
feat: support reformat-gherkin
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Feb 12, 2025
1 parent a68240a commit a52da95
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lua/conform/formatters/reformat-gherkin.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---@type conform.FileFormatterConfig
return {
meta = {
url = "https://github.com/ducminh-phan/reformat-gherkin",
description = "Reformat-gherkin automatically formats Gherkin files",
},
command = "reformat-gherkin",
args = { "-" },
stdin = true,
}

0 comments on commit a52da95

Please sign in to comment.