From 955db7de39baf9685ff3c3c342c0a7e39bacec86 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Mon, 9 Jun 2025 17:53:16 -0700 Subject: [PATCH] Fix some formatting issues with VSCode --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..425f98b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*.cs] +csharp_new_line_before_open_brace = none +csharp_new_line_before_catch = false +csharp_new_line_before_finally = false \ No newline at end of file