newline - Does Visual Studio have "advanced save options" -


does visual studio have options such as:

  • save advanced opiton crlf lf
  • save without bom
  • etc?

advanced save options dialog box

use dialog box select language encoding scheme , specify characters inserted @ end of each line. to access dialog box, open code file editing in visual studio 2010 , click advanced save options on file menu.

encoding

use list box apply new language encoding scheme target file.

line endings

to ensure target file runs on specific operating system, select whether carriage return (for macintosh systems), line feed (for unix systems), or both characters (for windows systems) marks end of each line.

https://msdn.microsoft.com/en-us/library/66d2abf2(v=vs.100).aspx


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -