minus-square𝙲𝚑𝚊𝚒𝚛𝚖𝚊𝚗 𝙼𝚎𝚘𝚠@programming.devlinkfedilinkarrow-up4·10 months agoIf 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.
minus-squarekryptonianCodeMonkey@lemmy.worldlinkfedilinkarrow-up2·10 months agoIf you have to nest more than 2 layers, rewrite your code.
minus-squareToastedPlanetlinkfedilinkEnglisharrow-up2·10 months agoOr you’re using four spaces per tab, just throwing that out there. =p
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.
If you have to nest more than 2 layers, rewrite your code.
Or you’re using four spaces per tab, just throwing that out there. =p