aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/alejandra.lua
blob: 3a712b9f1389c1510fe462f23720e6ea7f063bcd (plain)
1
2
3
4
5
6
7
8
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://kamadorueda.com/alejandra/",
    description = "The Uncompromising Nix Code Formatter.",
  },
  command = "alejandra",
}