lineWrapping
Extension that enables soft line wrapping.
By default the editor does NOT wrap long lines (matching CodeMirror 6): lines extend horizontally and the content area scrolls horizontally so the whole line is reachable. Adding this extension makes lines soft-wrap onto multiple visual rows instead, growing the line's height and removing the need for horizontal scrolling.