Closed midas-myth closed 4 months ago
Hello, thank you for this extension.
Possibly related to #34
The following code will break if comment is removed. It seems prettier removes ?
?
receive(msg: AcceptInvite){ // prettier-ignore let invite: Bool? = self.invites.get(sender()); }
Hi, yes, this issue is related to the formatting feature. I hope, that it will be fixed during a week, sorry for the delay, too busy right now.
Hello, thank you for this extension.
Possibly related to #34
The following code will break if comment is removed. It seems prettier removes
?