summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/swiftformat.lua
blob: ed142ad60b0d4b5a2f792f0d0591790626ce5ded (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
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" },
}