Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
Revert spaces added to blank lines in C# files with JetBrains Rider/ReSharper v2024.1.1. Spaces were added to all blank lines, aligning them with the surrounding code, but this was done without the ability to configure the formatting, leading to widespread changes (see pull-request #427).
JetBrains Rider/ReSharper v2024.1.3 introduces configurable behavior for blank lines, with the default set to no spaces. While this is a great default, it unfortunately requires updating all files again to align the formatting with the new tooling settings.
Checklist
[x] I have added a Label to the pull-request
[x] I have added tests, and done manual regression tests
[x] I have updated the documentation, if necessary
Summary & Motivation
Revert spaces added to blank lines in C# files with JetBrains Rider/ReSharper v2024.1.1. Spaces were added to all blank lines, aligning them with the surrounding code, but this was done without the ability to configure the formatting, leading to widespread changes (see pull-request #427).
JetBrains Rider/ReSharper v2024.1.3 introduces configurable behavior for blank lines, with the default set to no spaces. While this is a great default, it unfortunately requires updating all files again to align the formatting with the new tooling settings.
Checklist