257m@lemmy.ml to Programming@programming.dev · 3 年前What are your programming hot takes?message-squaremessage-square897linkfedilinkarrow-up1357arrow-down114
arrow-up1343arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 3 年前message-square897linkfedilink
minus-squarexigoilinkfedilinkarrow-up3arrow-down3·3 年前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.
minus-squareSwiggles@lemmy.blahaj.zonelinkfedilinkarrow-up4·3 年前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.
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.