ReSharper 2016.3 Help

Editor & Formatting

ReSharper | Options | Code Editing | ASP.NET | Editor & Formatting

This page allows you to adjust ReSharper's ASP.NET features in the editor. These are language-specific settings that complement the main set of editor features.

ItemDescription
Auto-format on enter If this check box is selected, ReSharper applies code formatting rules to the recently typed code after you press Enter.
Auto-format on closing tag If this check box is selected, ReSharper automatically formats recently added code after you type the closing tag of an element.
Synchronous changing of matching tag If this check box is selected, ReSharper simultaneously changes the closing tag when you are editing the opening tag of an element and vice versa.
Override brace style for C# to always use "At end of line (K & R Style)" If this check box is selected, ReSharper will always use Kernighan & Ritchie style brace layout in markup pages regardless of whatever style you’re using in code-behind.
Last modified: 12 October 2017

See Also