summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/perltidy.lua
blob: 5f6d857c599fb5f6b07e5de165fe6293b6abde58 (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" },
}