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

Standardize line endings with .gitattributes and clean up configurations #530

Closed tjementum closed 2 weeks ago

tjementum commented 2 weeks ago

Summary & Motivation

To resolve issues with inconsistent line endings in C# files when working on both Mac and Windows, a .gitattributes file with "text=auto" has been added to the root of the repository. This ensures that line endings are handled consistently across different environments. Following this change, all C# files were re-normalized to apply the new settings (by running git add --renormalize .).

Additionally, redundant configurations for line endings in .editorconfig and /application/.gitattributes have been removed to streamline and simplify the project configuration. This ensures that PO files and other text files are treated uniformly, improving overall project consistency.

Checklist

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud