I moved development of a project from Visual Studio to Rider. When I was working in Visual Studio, when pasting my input within the launch arguments, these would retain formatting. This was important because I was merging the block of text into a single string, then separating it using \r and \n which was embedded within the argument.
I just noticed that Rider doesn't retain the formatting of the original argument.
Is there a way to retain formatting in Rider, or should I move away from parsing using individual lines?