From 8c4c16154cf2df279e716f6921fe9cb6cd7edffb Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 27 Mar 2020 10:11:57 -0600 Subject: [PATCH] Consider test .runsettings files to be xml --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 03c2bcf3..3a833bdb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ insert_final_newline = true trim_trailing_whitespace = true # Xml project files -[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}] +[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj,runsettings}] indent_size = 2 # Xml config files