Hello..
When I paste PRE code into visual studio, it's removing my extra line feeds; there 470 total lines.
I have to go through and add the appropriate carriage returns to return the code to what it should be.
Where in the configuration is a way for me to turn off this "fix"?
Thanks..
Original Code:
</pre> PARAGRAPH 1 INFO LINE 1 PARAGRAPH 1 INFO LINE 2 PARAGRAPH 1 INFO LINE 3 PARAGRAPH 2 INFO LINE 1 PARAGRAPH 2 INFO LINE 2 PARAGRAPH 2 INFO LINE 3 PARAGRAPH 3 INFO LINE 1 PARAGRAPH 3 INFO LINE 2 PARAGRAPH 3 INFO LINE 3 </pre>
Pasted Code:
</pre> PARAGRAPH 1 INFO LINE 1 PARAGRAPH 1 INFO LINE 2 PARAGRAPH 1 INFO LINE 3 PARAGRAPH 2 INFO LINE 1 PARAGRAPH 2 INFO LINE 2 PARAGRAPH 2 INFO LINE 3 PARAGRAPH 3 INFO LINE 1 PARAGRAPH 3 INFO LINE 2 PARAGRAPH 3 INFO LINE 3</pre>