summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/auto_optional.lua
blob: b0738dcc01ed287396f99f19ba19388ce4710116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://auto-optional.daanluttik.nl/",
    description = "Adds the Optional type-hint to arguments where the default value is None.",
  },
  command = "auto-optional",
  args = {
    "$FILENAME",
  },
  stdin = false,
}