Michael Harris

Results 1 issues of Michael Harris

Using prettier 3.2.4 and version 4.0.4 of @pretter/plugin-ruby The following code snippet: ``` invites = Invite .where(id: invite_ids) .where(redeemed_at: nil) # this is a # multi-line-comment .limit(20) ``` Gets formatted...