Skip to content

Commit

Permalink
Add projects, .config, and .nuspec to .editorconfig (#45225)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKotsenas authored Dec 2, 2024
1 parent 3540e95 commit 96c06f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ root = true
indent_style = space

# Xml files
[*.{xml,props,targets}]
[*.xml]
indent_size = 2

# Xml project files
[*.{csproj,fsproj,vbproj,proj}]
indent_size = 2

# Xml config files
[*.{props,targets,config,nuspec}]
indent_size = 2

# C# files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
indent_style = space

# Xml files
[*.{xml,props,targets}]
[*.xml]
indent_size = 2

# Xml project files
[*.{csproj,fsproj,vbproj,proj}]
indent_size = 2

# Xml config files
[*.{props,targets,config,nuspec}]
indent_size = 2

# C# files
Expand Down

0 comments on commit 96c06f8

Please sign in to comment.