aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/kcl.lua
blob: adaa547d876fded611d267e523ef95179a697b7d (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://www.kcl-lang.io/docs/tools/cli/kcl/fmt",
    description = "The KCL Format tool modifies the files according to the KCL code style.",
  },
  command = "kcl",
  args = { "fmt", "$FILENAME" },
  stdin = false,
}