---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/klauspost/asmfmt",
    description = "Go Assembler Formatter",
  },
  command = "asmfmt",
  stdin = true,
}
