summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/gersemi.lua
blob: 4c9771708dbd6df8c941508aa69994b7c9760c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
local util = require("conform.util")
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/BlankSpruce/gersemi",
    description = "A formatter to make your CMake code the real treasure.",
  },
  command = "gersemi",
  args = { "--quiet", "-" },
  cwd = util.root_file({ ".gersemirc" }),
}