aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/forge_fmt.lua
blob: c6bdafbac4660a34189a44a82377ead6d8de3c91 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/foundry-rs/foundry",
    description = "Forge is a command-line tool that ships with Foundry. Forge tests, builds, and deploys your smart contracts.",
  },
  command = "forge",
  args = { "fmt", "$FILENAME" },
  stdin = false,
}