Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a tool for reformatting C# code? [closed]

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).

like image 847
Antoine Aubry Avatar asked Aug 26 '08 02:08

Antoine Aubry


1 Answers

You could also try NArrange to reformat your code. The formatting options it supports are still pretty limited, but it can process an entire directory and is a command-line tool. Also, NArrange runs under Mono.

like image 183
James Nies Avatar answered Nov 15 '22 20:11

James Nies