2d1b
2d1b

Reputation: 625

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 tools 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?

Upvotes: 2

Views: 562

Answers (3)

Ira Baxter
Ira Baxter

Reputation: 95430

See our C# Formatter.

Upvotes: 0

Paolo Falabella
Paolo Falabella

Reputation: 25874

Artistic Style can be called from command line.

Upvotes: 2

Related Questions