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