In this short snippet, you will learn to wrap your source code in Firefox. It's very straight froward as you can do that via the right-click context menu on any of the page and then press "Wrap Long Lines".
alternatively you can toggle this settings preference on the about:config page
- Visit the about:config on your Firefox URL bar
- Search view_source.wrap_long_lines and set to true
Do note that you need to accept the warning by clicking "I accept the risk!" to continue.
Thanks for reading, hope you learn the way to wrap source code firefox. cheers!