Skip to content

Commit 4520bbb

Browse files
committed
Add *.props and *.targets to XML section of .editorconfig template
1 parent c267ab6 commit 4520bbb

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)