summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-08 13:20:21 +1000
committerJake Mannens <jake@asger.xyz>2023-08-08 13:20:21 +1000
commit701d474949e5cb72b8ed7b29fec45ad74580f570 (patch)
tree0eea7adfdd9d7dde4dd44535cd172d7e6a4f8737 /.editorconfig
Initial commit
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..6d8f727
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,4 @@
+[*.cs]
+
+# CS8618: Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
+dotnet_diagnostic.CS8618.severity = silent