fixes and optimizations

This commit is contained in:
2024-09-14 17:49:20 +02:00
parent 5f1c8d8a55
commit 4bd93fa87e
6 changed files with 164 additions and 277 deletions

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
# CSharp formatting rules:
[*.cs]
csharp_new_line_before_open_brace = none
csharp_new_line_before_else = false
csharp_new_line_before_catch = false
csharp_new_line_before_finally = false