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