cs50/compare50

Soft-wrap long lines instead of using overflow-x auto?

dmalan opened this issue · 2 comments

For assignments with SQL, whether standalone statements or embedded in Python code, lines tend to get rather long, and left-right scrolling becomes rather inefficient. Perhaps better to soft-wrap by default? And/or add a toggle for turning it on/off?