aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/just.lua
blob: 5218fc751bf46512842886f8fc92e3860cf2e208 (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,
}