5 ms·
Lots of formatters also unify things like trailing commas, so it would be slightly more involved than this.
by Skeime 5mo ago
Lots of formatters also unify things like trailing commas, so it would be slightly more involved than this.
- munificent 5mo agoYes, the dart formatter does that now too. So the sanity check ignores commas and semicolons, which makes it less robust as a sanity check, unfortunately.