aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/swift_format.lua
blob: e3e4365191930e1c7c9bfe049f7b72f22bcd482e (plain)
1
2
3
4
5
6
7
8
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/apple/swift-format",
    description = "Swift formatter from apple. Requires building from source with `swift build`.",
  },
  command = "swift-format",
}