aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/nixfmt.lua
blob: 6c5001a51b7a392a919d62e42607c8f9cce39058 (plain)
1
2
3
4
5
6
7
8
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/serokell/nixfmt",
    description = "nixfmt is a formatter for Nix code, intended to apply a uniform style.",
  },
  command = "nixfmt",
}