HealthCatalyst / Fabric.SharedSettings

Resharper plugin for settings that we can share across the HealthCatalyst organization.
0 stars 4 forks source link

Stop indenting xmldoc comments. #14

Closed j2jensen closed 6 years ago

j2jensen commented 6 years ago

Even though the default behavior when creating xmldoc comments goes like this:

/// <summary>
/// description
/// </summary>

The Ctrl-E-C Full Reformat option with Resharper adds indents:

/// <summary>
///     description
/// </summary>

This commit aligns the code formatting with the way the comments are normally added.