aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/nixfmt.lua
blob: 14594d90b9e6e40b656cbe09806cb9e3902e9322 (plain)
1
2
3
4
5
6
7
8
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/NixOS/nixfmt",
    description = "The official (but not yet stable) formatter for Nix code.",
  },
  command = "nixfmt",
}