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