aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/typstfmt.lua
blob: e5d0e5fd6c6aea3a2866be28029d7d34942f7994 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/astrale-sharp/typstfmt",
    description = "Basic formatter for the Typst language with a future!",
  },
  command = "typstfmt",
  stdin = true,
}