You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried prettier-solidity? It stills has some way to go, but it could really use the push of being used by a high profile project like tbtc. Formatting is a PITA (we removed styling rules in solhint for that reason), and I think it would be great if the community would move towards a unique formatting tool.
(This is my last bikeshedding, at least for today!)
I'm planning on slapping prettier-solidity onto all Keep and tBTC code in the extremely near future for both CI and precommit formatting, independently of Matt's work here :) I've already poked at it and despite any imperfections, it's a big boon.
Inserting a new-line in the middle of an arg list or event indents incorrectly for default linting rules in
ethlint
.Similarly, when this snippet below is auto-formatted with
=
in visual mode...the indent yields
Not ideal.
The text was updated successfully, but these errors were encountered: