aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/rustfmt.lua
blob: 7b5e32285ba2ea5b5081c28fd2b4c484143e3072 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/rust-lang/rustfmt",
    description = "A tool for formatting rust code according to style guidelines.",
  },
  command = "rustfmt",
  args = { "--emit=stdout" },
}