aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/bean-format.lua
blob: c985bfa5a71312bd6cdc40f02efdd9040995aae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://beancount.github.io/docs/running_beancount_and_generating_reports.html#bean-format",
    description = "Reformat Beancount files to right-align all the numbers at the same, minimal column.",
  },
  command = "bean-format",
  args = {
    "-",
  },
}