VS2010 Text Editor: How do I set the default formatting style for inline code blocks?
- by nukefusion
I've got a problem with the formatting of inline code blocks within the VS2010 text editor and wonder if anyone else has had similar problems and found the 'magic' setting I'm looking for.
I'm working my way through tutorials in an MVC book. Whenever I add some inline code blocks to a view I want them formatted like so:
<% foreach (var link…