aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/pangu.lua
blob: 54b60ca56c3ebe6ce8141709efbfe1be7bd8d071 (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,
}