From 2d08f9a655b4949c1177f778d0f499047484a537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Sat, 11 Nov 2017 10:17:42 +0900 Subject: [PATCH] Add some more extension --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]