aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/perltidy.lua
blob: 3b8be2c09f827c947fe3c6285f813df9f2a9bfdd (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/perltidy/perltidy",
    description = "Perl::Tidy, a source code formatter for Perl",
  },
  command = "perltidy",
  args = { "--quiet" },
}