aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/asmfmt.lua
blob: 5c77ac4bdb8788ba2ceb315b65fe922872293b1d (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/klauspost/asmfmt",
    description = "Go Assembler Formatter",
  },
  command = "asmfmt",
  stdin = true,
}