aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/pangu.lua
blob: af10b8b96aab8c02d4aaceab95ba0aea77fc8256 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/vinta/pangu.py",
    description = "Insert whitespace between CJK and half-width characters.",
  },
  command = "pangu",
  stdin = true,
}