Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .editorconfig #231

Merged
merged 1 commit into from
Mar 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ dotnet_diagnostic.IDE0049.severity = error
dotnet_style_predefined_type_for_locals_parameters_members = true
dotnet_style_predefined_type_for_member_access = true

# Formatting rule
dotnet_diagnostic.IDE0055.severity = warning
# Formatting rule
dotnet_diagnostic.IDE0055.severity = warning
dotnet_sort_system_directives_first = true

# Require file header
dotnet_diagnostic.IDE0073.severity = warning
dotnet_diagnostic.IDE0073.severity = warning
file_header_template = Copyright (c) Duende Software. All rights reserved.\nLicensed under the MIT License. See LICENSE in the project root for license information.

# Use file-scoped namespace
dotnet_diagnostic.IDE0161.severity = error
dotnet_diagnostic.IDE0161.severity = error
csharp_style_namespace_declarations = file_scoped
Loading