summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/scalafmt.lua
blob: ea82624d1090ea5d2ae7db0fb877d7e480b343b8 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/scalameta/scalafmt",
    description = "Code formatter for Scala.",
  },
  command = "scalafmt",
  args = { "--stdin" },
}