diff --git a/.editorconfig b/.editorconfig index ce571c4a4..daede7908 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,11 +10,11 @@ indent_size = 4 indent_style = space trim_trailing_whitespace = true -[*.{csproj,json,md,yml}] +[*.{csproj,json,md,nuspec,yml}] indent_size = 2 indent_style = space -[*.sln] +[*.{sln,xml}] indent_style = tab [*.cs]