Skip to content

Commit

Permalink
feat: add asmfmt (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeXun committed Dec 7, 2023
1 parent b81f85e commit a5ef494
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/conform/formatters/asmfmt.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---@type conform.FileFormatterConfig
return {
meta = {
url = "https://github.com/klauspost/asmfmt",
description = "Go Assembler Formatter",
},
command = "asmfmt",
stdin = true,
}

0 comments on commit a5ef494

Please sign in to comment.