aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/d2.lua
blob: 2858e8053b02df18cddb55585f2f079da8fc4146 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/terrastruct/d2",
    description = "D2 is a modern diagram scripting language that turns text to diagrams.",
  },
  command = "d2",
  args = { "fmt", "-" },
}