257m to [email protected] • 1 year agoWhat are your programming hot takes?message-square727fedilinkarrow-up1333arrow-down114
arrow-up1319arrow-down1message-squareWhat are your programming hot takes?257m to [email protected] • 1 year agomessage-square727fedilink
minus-squarexigoilinkfedilink0•1 year agoI use (Neo)Vim and never had a problem with indentation. When pasting code, I can easily indent it to any level I want with the > operator.
minus-square@[email protected]linkfedilink4•1 year agoWhich actually breaks the code if you don’t have sw configured to the same width as used by the code. If anything that proves my point.
I use (Neo)Vim and never had a problem with indentation. When pasting code, I can easily indent it to any level I want with the
>
operator.Which actually breaks the code if you don’t have sw configured to the same width as used by the code.
If anything that proves my point.