summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/google-java-format.lua
blob: 8bcb82a2e875b254a6e302677f16cd55135f15ba (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/google/google-java-format",
    description = "Reformats Java source code according to Google Java Style.",
  },
  command = "google-java-format",
  args = { "-" },
}