C# Reindent code tool
I'm looking for a tool that will rearrange some C# code and reindent it (more or less like the "Format Document" will do in Visual Studio).
All the too开发者_StackOverflow社区ls I've found so far (Narrange, Regionerate) are very good but they do not reindent the code.
The tool I need must be called from the command line.
Any suggestions?
Artistic Style can be called from command line.
http://www.sourceformat.com/feature.htm
http://astyle.sourceforge.net/
http://sourceforge.net/projects/uncrustify/
See our C# Formatter.
精彩评论