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