257m to [email protected] • 2 years agoWhat are your programming hot takes?message-square902fedilinkarrow-up1346
arrow-up1346message-squareWhat are your programming hot takes?257m to [email protected] • 2 years agomessage-square902fedilink
minus-squarexigoilinkfedilink11•2 years agoThe space is a printable character. What trouble have you gotten into due to this?
minus-square@[email protected]linkfedilink6•2 years agoJust copy some code over into a not properly configured vim. People seem to forget that not everything is a fully configured development environment working locally on your laptop which attempts to fix the issues introduced by that design decision.
minus-squarexigoilinkfedilink3•2 years 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•2 years 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.
The space is a printable character.
What trouble have you gotten into due to this?
Just copy some code over into a not properly configured vim.
People seem to forget that not everything is a fully configured development environment working locally on your laptop which attempts to fix the issues introduced by that design decision.
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.