Skip to content

Commit

Permalink
feat: add bibtex-tidy (#69)
Browse files Browse the repository at this point in the history
* feat: add `bibtex-tidy`

* fix: indentation
  • Loading branch information
chrisgrieser authored Sep 22, 2023
1 parent 0b76525 commit f5e7f84
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lua/conform/formatters/bibtex-tidy.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,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" },
}

0 comments on commit f5e7f84

Please sign in to comment.