Update plugin

This commit is contained in:
2023-09-05 01:21:19 +03:00
commit f2e866868a
90 changed files with 8665 additions and 0 deletions

4
.editorconfig Normal file
View File

@ -0,0 +1,4 @@
[*.cs]
# CA1031: Do not catch general exception types
dotnet_diagnostic.CA1031.severity = none