When you close a block of cose in C# using }, VS.NET automatically adjusts the indentation for all lines of code in that block. This annoying me, as I sometimes want to indent things manually. Is there any way to stop VS from automatically indenting code when you close a block of code?

hope it's clear