From 5f8275d9ac1f262c04d95242f110ca835871c6b7 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Thu, 22 Jul 2021 19:56:37 -0400 Subject: Add a simple C# .editorconfig --- .editorconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 7743622e78..92ee947a82 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 -[{*.{py,cs},SConstruct,SCsub}] +[{*.py,SConstruct,SCsub}] indent_style = space indent_size = 4 @@ -21,7 +21,3 @@ indent_size = 4 [*.{yml,yaml}] indent_style = space indent_size = 2 - -[*.{csproj,props,targets,nuspec}] -indent_style = space -indent_size = 2 -- cgit v1.2.3