Skip to content

Commit

Permalink
Update .editorconfig for C# code style preferences
Browse files Browse the repository at this point in the history
- Added and modified code style settings, including:
  - Extended property patterns
  - Readonly struct members
  - Primary constructors
- Set diagnostic rule SA1625 severity to silent
- Added a description header for code analysis rules
  • Loading branch information
penyland committed Dec 28, 2024
1 parent 28823bd commit ff2c099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ dotnet_diagnostic.SA1625.severity = silent
csharp_style_prefer_primary_constructors = true:suggestion
csharp_prefer_static_anonymous_function = true:suggestion

# Rules for Skanetrafikens C# projects

# Description: Code analysis rules for this project.

# Code files
Expand Down

0 comments on commit ff2c099

Please sign in to comment.