Skip to content

Add projects, .config, and .nuspec to .editorconfig #45225

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

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

MattKotsenas
Copy link
Member

This change aligns the .editorconfig with what I observe from dotnet repos:

  1. Adds *.config and *.nuspec to the XML section
  2. Moves *.props, *.targets, *.config, *.nuspec out of the XML proper section and into its own section so that devs that have strong feelings about .xml can modify that independently
  3. Added *.csproj, *.vbproj, *.fsproj, *.proj into a new section (I didn't add vcxproj since this focused on .NET development, but happy to add)

@MattKotsenas MattKotsenas requested a review from a team as a code owner November 29, 2024 16:55
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Nov 29, 2024
@baronfel baronfel merged commit 96c06f8 into dotnet:main Dec 2, 2024
38 checks passed
@MattKotsenas MattKotsenas deleted the feature/editorconfig-projects branch January 31, 2025 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants