Option to adjust Visual Editor Linting for Semantic Line Breaks

Hello, I am writing a book in RStudio using Quarto. I mostly use the Source editor, rather than the Visual editor. However, if I ever accidentally open my .qmd files in the source editor, some changes are enforced on my code. Most are harmless, however, one that I can't seem to disable is that the Visual editor removes semantic line breaks from my code.

This is really frustrating because the semantic breaks are very useful for diff version control in RStudio/Git, which doesn't work well if whole paragraphs are contained in one line of code.

Is there a way to either entirely disable the visual editor (so I can't accidentally open files with it and thus ruin my semantic line breaks) or check a box to disable this behavior in the visual editor? Please note that this is a different issue from this one, which seeks to introduce semantic line breaks via the visual editor. I simply want it to not remove the semantic line breaks that I create manually in the source editor.

This sounds like a small issue but it's actually a frustrating blocker for effective writing in Quarto and RStudio using version control.