This page of ReSharper options allows you to define formatter options that apply for all languages.
Options in this page apply when ReSharper formats new or existing code (e.g., when you run code cleanup).
| Item | Description |
|---|---|
| How to indent multi-language files |
These options define how to indent non-primary languages in a code file.
For example, JavaScript in an HTML file.
|
| How to align when tabs are used for indents |
These options define whether to use tabs when aligning multiple constructs.
For example, in the following code snippet,
the parameters that otherwise may be on the same line are aligned
by the first parameter.
void foo(int firstParameter,
int secondParameter)
{
}
|
Note
ReSharper's settings are saved in settings layers that enable you to have different settings for different solutions as well as to share your settings with your team. To learn more, study the Managing and Sharing Options section.
