We use 120 at work, but we are not doing kernel Dev stuff. For the most part it works, HTML can got crazy with indention though.
I was toying of making a TUI CSS thing, and if you take 80 x 8px (char width of an old IBM PC), you get 640 px wide. 120 gives you 960px. If you have worked in the web, 960 px was the defacto max width you should target. 130 would give you 1040 px. This might be too wide for most IDEs IMHO.
I was toying of making a TUI CSS thing, and if you take 80 x 8px (char width of an old IBM PC), you get 640 px wide. 120 gives you 960px. If you have worked in the web, 960 px was the defacto max width you should target. 130 would give you 1040 px. This might be too wide for most IDEs IMHO.
Comment