code formatting style [modified]
-
Hello, This may seem like a simple question, but in Visual Studio is it possible to set coding style, specifically: I like to write like this:
method { for { statement } }
but Visual Studio auto formats it like this (and I hate it!):method { for { statement } }
How can I set it my way? -- modified at 10:21 Thursday 13th July, 2006 -
Hello, This may seem like a simple question, but in Visual Studio is it possible to set coding style, specifically: I like to write like this:
method { for { statement } }
but Visual Studio auto formats it like this (and I hate it!):method { for { statement } }
How can I set it my way? -- modified at 10:21 Thursday 13th July, 2006your formatting got lost (try <pre> around your code). if you're asking about bracket indentation, there's a setting in Tools / Options called "Indent braces" that might help Cleek | Image Toolkits | Thumbnail maker