Skip to content
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
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ indent_size = 4
indent_size = 4
end_of_line = lf

[*.csproj]
charset = utf-8

Comment on lines +91 to +93
Copy link

Copilot AI Nov 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section is redundant. The charset is already set to utf-8 globally for all files on line 11, and *.csproj files are already covered by the [*.{xml,config,*proj,nuspec,props,resx,targets,yml,tasks}] section on line 74. This additional section doesn't provide any new configuration and can be removed.

Suggested change
[*.csproj]
charset = utf-8

Copilot uses AI. Check for mistakes.
###############################
# .NET Coding Conventions #
###############################
Expand Down
Loading