aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2024-09-20 16:13:30 +1000
committerJake Mannens <jake@asger.xyz>2024-10-28 14:53:04 +1100
commit7c6009abd22d8461039be15d0fd069a460340585 (patch)
tree580890eacc1ae2d86ee3f95927e3aed47bb12c96 /.editorconfig
v0.1v0.1
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