Skip to content

Commit

Permalink
feat: support for rubyfmt (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions <actions@github>
  • Loading branch information
hahuang65 and Github Actions authored Oct 14, 2023
1 parent f883e90 commit ae33777
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/conform/formatters/rubyfmt.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
return {
meta = {
url = "https://github.com/fables-tales/rubyfmt",
description = "Ruby Autoformatter! (Written in Rust)",
},
command = "rubyfmt",
exit_codes = { 0, 1 },
}

0 comments on commit ae33777

Please sign in to comment.