Is there any tool for reformatting C# code?

Posted by Antoine Aubry on Stack Overflow See other posts from Stack Overflow or by Antoine Aubry
Published on 2008-08-26T02:04:30Z Indexed on 2010/04/21 19:43 UTC
Read the original article Hit count: 303

Filed under:
|
|

I am looking for a (preferably) command-line tool that can reformat the C# source code on a directory tree. Ideally, I should be able to customize the formatting. Bonus points if the tool can be run on mono (or linux).

© Stack Overflow or respective owner

Related posts about c#

Related posts about code-formatting