summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/snakefmt.lua
blob: fccdeaa577e61a85bb4d460baf7bc1a24dc884f8 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/snakemake/snakefmt",
    description = "a formatting tool for Snakemake files following the design of Black.",
  },
  command = "snakefmt",
  args = "$FILENAME",
  stdin = false,
}