Remix.run Logo
OhMeadhbh 7 hours ago

There's also the fact that no one seems to have tab stops set the same way.

LeoPanthera 7 hours ago | parent [-]

That's a feature, not a bug.

drabbiticus 7 hours ago | parent | next [-]

As far as I'm concerned, it's a feature when the viewer controls the number of spaces per tab, it's a bug when someone else does (as is often the case online via css `tab-size`).

OhMeadhbh 6 hours ago | parent | prev [-]

You want source code indentation to be random on different machines? I guess. That would make me crazy.

donatj 6 hours ago | parent | next [-]

Yes. That is the point.

I can have my tabs look the way I like them. You can have your tabs look the way you like them.

Silamoth 5 hours ago | parent | prev [-]

It’s not “random”, it’s whatever you’ve configured it to on your machine. Your choice of (e.g.) 3 spaces per tab shouldn’t be forced onto me if I prefer (e.g.) 4 spaces per tab. As long as you’re on your machine, you’ll see exactly the amount of code indentation you prefer - not something “random”. On someone else’s machine, well, that’s up to their preference, and it’s hard to complain about how someone else has their machine setup.

TL;DR: This is a feature, not a bug