summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/perlimports.lua
blob: 88405085cf0305c37d399e4cd75ba4580295c0f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/perl-ide/App-perlimports",
    description = "Make implicit Perl imports explicit.",
  },
  command = "perlimports",
  args = {
    "--read-stdin",
    "--filename",
    "$FILENAME",
  },
}