Code Style
ReSharper | Options | Code Editing | Razor | Code Style

Override brace style for C# to always use "At end of line (K & R Style)" | If this checkbox is selected, ReSharper will always use Kernighan & Ritchie style brace layout in markup pages regardless of whatever style you’re using in code-behind. |
Always remove 'this' qualifier (override the corresponding C# setting) | If this checkbox is selected, ReSharper will always remove |
Use fully qualified names for @inherits and @model directives | If this checkbox is selected, ReSharper uses fully qualified type names for
If it is cleared, ReSharper uses non-qualified type names for these directive and adds the necessary
|
note
ReSharper's settings are saved in settings layers, which allow you to have different settings for different solutions and to share your settings with your team.