aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/typstyle.lua
blob: eaae7b04a5c0bd8b7b92d2b76d8c1d3a014dc29e (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/Enter-tainer/typstyle",
    description = "Beautiful and reliable typst code formatter.",
  },
  command = "typstyle",
  stdin = true,
}