summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/swiftformat.lua
blob: 821a010ca4711c52ce34a3634644d0f9559a2d72 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/nicklockwood/SwiftFormat",
    description = "SwiftFormat is a code library and command-line tool for reformatting `swift` code on macOS or Linux.",
  },
  command = "swiftformat",
  args = { "--stdinpath", "$FILENAME" },
}