Skip to content

Commit 50f4224

Browse files
authored
Add .slnx to default .editorconfig template (#51082)
1 parent 0c1e1fc commit 50f4224

File tree

2 files changed

+2
-2
lines changed
  • template_feed/Microsoft.DotNet.Common.ItemTemplates/content/EditorConfig/Dotnet
  • test/dotnet-new.IntegrationTests/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
@@ -9,7 +9,7 @@ indent_style = space
99
indent_size = 2
1010

1111
# Xml project files
12-
[*.{csproj,fsproj,vbproj,proj}]
12+
[*.{csproj,fsproj,vbproj,proj,slnx}]
1313
indent_size = 2
1414

1515
# Xml config files

test/dotnet-new.IntegrationTests/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
@@ -9,7 +9,7 @@ indent_style = space
99
indent_size = 2
1010

1111
# Xml project files
12-
[*.{csproj,fsproj,vbproj,proj}]
12+
[*.{csproj,fsproj,vbproj,proj,slnx}]
1313
indent_size = 2
1414

1515
# Xml config files

0 commit comments

Comments
 (0)