aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/gn.lua
blob: 84ea2424fea2c87b0692fc4f61defd8a9b149c44 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://gn.googlesource.com/gn/",
    description = "gn build system",
  },
  command = "gn",
  args = { "format", "--stdin" },
}