aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/nimpretty.lua
blob: 0cb5be2e14ba83346f07bec7703ce2ad1db31ef8 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/nim-lang/nim",
    description = "nimpretty is a Nim source code beautifier that follows the official style guide.",
  },
  command = "nimpretty",
  args = { "$FILENAME" },
  stdin = false,
}