11 ms·
I'm already going with 80 or 120 chars per line. Why would I word wrap well written code? Also word wrappings will lose all the preceding tabs. It makes it 100
by xgme 5y ago
I'm already going with 80 or 120 chars per line. Why would I word wrap well written code?
Also word wrappings will lose all the preceding tabs. It makes it 100x harder to read.
The issue is I will have less split space.
- sidpatil 5y ago> Also word wrappings will lose all the preceding tabs. It makes it 100x harder to read. This depends on your editor. I know VS Code supports indentation/alignment of wrapped words. I believe Emacs and Vim support it as well.