summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-07-22 19:56:37 -0400
committerAaron Franke <arnfranke@yahoo.com>2021-07-23 17:04:53 -0400
commit5f8275d9ac1f262c04d95242f110ca835871c6b7 (patch)
tree36bfb002e33257c88235d5dd16c2dff223f11f6b /.editorconfig
parentb918c4c3ce84af1f8af2d06ef31784f48a15551a (diff)
Add a simple C# .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 1 insertions, 5 deletions
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