eli-zaretskii

joined 1 year ago
[โ€“] eli-zaretskii@alien.top 1 points 10 months ago (1 children)

RAM is cheap nowadays.

Famous last words.

Seriously, though: RAM is cheap until you find your system filling all the RAM, and the OOM killer kicks in. then you will treasure every single byte of memory you can avoid using.

[โ€“] eli-zaretskii@alien.top 1 points 11 months ago

I cannot reproduce this. Maybe the surrounding code in your case caused what you describe, but if I take a valid C function and insert if (whatever == -1) into it, then after typing RET, the next line will be indented as expected.