aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/leptosfmt.lua
blob: 4fd2d98239db0c7c5a1247ca40378672b919bb4b (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/bram209/leptosfmt",
    description = "A formatter for the Leptos view! macro.",
  },
  command = "leptosfmt",
  args = { "--stdin" },
}