aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/dfmt.lua
blob: 49c99cbf711b76465f67e305b2938e7d2ac73306 (plain)
1
2
3
4
5
6
7
8
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/dlang-community/dfmt",
    description = "Formatter for D source code.",
  },
  command = "dfmt",
}