diff --git a/server/.editorconfig b/server/.editorconfig new file mode 100644 index 000000000..c67dd51b8 --- /dev/null +++ b/server/.editorconfig @@ -0,0 +1,4 @@ +[*.cs] + +# SA1101: Prefix local calls with this +dotnet_diagnostic.SA1101.severity = none