Results 544 comments of Ian Hickson

My goal would very much be for it to be general purpose, in particular I would hope to see implementations in browsers and support for the format as an output/export...

fyi @jcollins-g, see @nex3's suggestion above

cc @mit-mit @kevmoo

At the risk of starting a bike shed argument... The current convention is to put trailing `//` on a line to trigger as much of a disabling of the formatter...

> any line comment will trigger this behavior, not just an empty one. Sure, but the convention people use is to just have an empty comment. (I'm describing people's behaviour,...

To be clear, I have no objection to there _also_ being an explicit on-off syntax.

I don't think trailing `//` is a Flutter invention. After all, Flutter doesn't generally use autoformatting at all currently, so it wouldn't be useful for that purpose there. If I'm...

for the last one I might agree, except you can't do that with const literals. Most of the above are pretty reasonable. The _invertMatrix/_sepiaMatrix/_grayscaleMatrix one is borderline for me, that's...

> Sure the two parallel clauses don't line up but... I think a reader can still figure out what's going on without much effort. I've literally had bugs that I...