aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/perlimports.lua
blob: d3e520cdc7beafbb8eb6e597f96ce2b42085d48c (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",
  },
}