Reputation: 7060
I've used the Banner style indention scheme for years (http://en.wikipedia.org/wiki/Indent_style), but the last two releases of Microsoft Visual Studio no longer handle this correctly and all day long I'm having to manually reformat code which is a huge pain.
Does anyone know if there are add-on tools that support Banner style indention inside Visual Studio?
Or perhaps you've found a way to trick VS into handling Banner style correctly?
Upvotes: 0
Views: 58
Reputation: 15373
Sure. Resharper can handle this.
Resharper has a 'Code Cleanup' feature that can reformat your entire code base according to your indentation preferences.
Upvotes: 1