about summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-12-05 01:55:15 -0500
committerBen Harris <ben@tilde.team>2019-12-05 01:55:15 -0500
commit53b7f05dee87ad811b7ceeb90b55d5dbc964fbbe (patch)
tree6765d6b3509d4c7f4762dcbb1a70c64dd8d4cea9 /.editorconfig
parent501ef0a5c7236491c67d9a78acca5edd1bf5ebd3 (diff)
tidy day2
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..eb9e412
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,4 @@
+[*.cs]
+
+# CS8509: The switch expression does not handle all possible values of its input type (it is not exhaustive).
+dotnet_diagnostic.CS8509.severity = suggestion