platformplatform / PlatformPlatform

🚀 Pre-alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
https://platformplatform.github.io
MIT License
217 stars 21 forks source link

Update JetBrains code conventions to remove indentations from blank C# lines #489

Closed tjementum closed 1 month ago

tjementum commented 1 month ago

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

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud