Add editorconfig

This commit is contained in:
2024-08-23 12:15:46 +02:00
parent 72c9b4baa3
commit 74668188ce

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