this post was submitted on 10 Feb 2024
627 points (100.0% liked)

196

16377 readers
2250 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 8 months ago (2 children)

If your code takes up so much horizontal space with 4-space tabs, you're putting too much on one line or indenting too deep. 4-space tabs keeps your line length manageable.

[–] [email protected] 2 points 8 months ago

Or you're using four spaces per tab, just throwing that out there. =p

[–] [email protected] 2 points 8 months ago

If you have to nest more than 2 layers, rewrite your code.