aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/just.lua
blob: d166484334b0284b39d44ac88b109d0376b49702 (plain)
1
2
3
4
5
6
7
8
9
return {
  meta = {
    url = "https://github.com/casey/just",
    description = "Format Justfile.",
  },
  command = "just",
  args = { "--fmt", "--unstable", "-f", "$FILENAME" },
  stdin = false,
}