aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/yapf.lua
blob: 5d7e86691cb2d66ad6c7a89fe501c9ac26a308f8 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/google/yapf",
    description = "Yet Another Python Formatter.",
  },
  command = "yapf",
  args = { "--quiet" },
}