summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/djlint.lua
blob: 9cd2b5bc895216e43118a06b0f794309c9df9fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/Riverside-Healthcare/djLint",
    description = "✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang.",
  },
  command = "djlint",
  args = {
    "--reformat",
    "-",
  },
}