aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/cmake_format.lua
blob: 563bcae3ab3b80ac8d3a9eb56bbeeaadfc0520f8 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/cheshirekow/cmake_format",
    description = "Parse cmake listfiles and format them nicely.",
  },
  command = "cmake-format",
  args = { "-" },
}