
Hi,
I'm using the code formatting library in a managed code application (Office Addin). The formatting is working fine (syntax coloring). I was wondering if there was anyway to have the engine handle reformatting indentation.
For example:
foreach (int i in method()) { Console.WriteLine(i); }
==>
...foreach (int i in method())
...{
......Console.WriteLine(i);
...}
Thanks,
Nigel.
I'm using the code formatting library in a managed code application (Office Addin). The formatting is working fine (syntax coloring). I was wondering if there was anyway to have the engine handle reformatting indentation.
For example:
foreach (int i in method()) { Console.WriteLine(i); }
==>
...foreach (int i in method())
...{
......Console.WriteLine(i);
...}
Thanks,
Nigel.