Skip to content

Commit c13997d

Browse files
authored
Add *.props and *.targets to XML section of .editorconfig template (#44441)
2 parents b49afa1 + 4520bbb commit c13997d

File tree

2 files changed

+2
-2
lines changed
  • template_feed/Microsoft.DotNet.Common.ItemTemplates/content/EditorConfig/Dotnet
  • test/dotnet-new.Tests/Approvals/AllCommonItemsCreate.-o#EditorConfig-file#-n#item.verified/EditorConfig-file

2 files changed

+2
-2
lines changed

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/EditorConfig/Dotnet/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ root = true
55
indent_style = space
66

77
# Xml files
8-
[*.xml]
8+
[*.{xml,props,targets}]
99
indent_size = 2
1010

1111
# C# files

test/dotnet-new.Tests/Approvals/AllCommonItemsCreate.-o#EditorConfig-file#-n#item.verified/EditorConfig-file/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
indent_style = space
66

77
# Xml files
8-
[*.xml]
8+
[*.{xml,props,targets}]
99
indent_size = 2
1010

1111
# C# files

0 commit comments

Comments
 (0)