summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/gn.lua
blob: fd576d94953a6c9f027c6c66f7e5542c1e969fbb (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" },
}