Collin M. Barrett 2020-02-09 21:05:02 -06:00
parent 2d58a3c9be
commit d62661c3c6

4
server/.editorconfig Normal file
View file

@ -0,0 +1,4 @@
[*.cs]
# SA1101: Prefix local calls with this
dotnet_diagnostic.SA1101.severity = none