Is there a way to turn off auto-formatting in the MSDev C# environment?


if copy/paste code in c# msdev auto reformats code.

i align code when initialize block of variables readability.  auto-reformatting messing up.

for example similar this: (c++ example)

  dword        dwerrors =   0x00000000;    bool        berror =    false;    bool        boop =     false;    bool        boverrun =   false;    bool        bpto =     false;    bool        brxover =    false;    bool        brxparity =   false;    bool        btxfull =    false;    bool        bbreak =    false;    bool        bdns =     false;    bool        bframe =    false;    bool        bioerror =   false;    bool        bmode =     false;    cstring       cserror;

 

found answer:

menu: tools->options | text editor->c#->formatting

 



Archived Forums V  >  Visual C# IDE



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

How to Share webservice object to all user