aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/ktfmt.lua
blob: 7be580b7f386829ed8098f1e017a1be616755441 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/facebook/ktfmt",
    description = "Reformats Kotlin source code to comply with the common community standard conventions.",
  },
  command = "ktfmt",
  args = { "-" },
}