summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/bibtex-tidy.lua
blob: e68a3816fdb56455d723dcdcfd0fb861263feda9 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/FlamingTempura/bibtex-tidy",
    description = "Cleaner and Formatter for BibTeX files.",
  },
  command = "bibtex-tidy",
  stdin = true,
  args = { "--quiet" },
}