aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/ktlint.lua
blob: 886157fac78c6a96bc95bc667362be17a5512e01 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://ktlint.github.io/",
    description = "An anti-bikeshedding Kotlin linter with built-in formatter.",
  },
  command = "ktlint",
  args = { "--format", "--stdin", "--log-level=none" },
}