aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/dprint.lua
blob: bf35981a7c17b3332412cb07153486d8932ccdfd (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/dprint/dprint",
    description = "Pluggable and configurable code formatting platform written in Rust.",
  },
  command = "dprint",
  args = { "fmt", "--stdin", "$FILENAME" },
}