From 8ca0f2a63cd2b25e20704dea9946cfbd9b430b14 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 16 Apr 2024 14:27:56 -0700 Subject: [PATCH] feat: ensure that VS codes doesn't try to format C# with tabs --- content/.editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/.editorconfig b/content/.editorconfig index 0558cd6..741bb82 100644 --- a/content/.editorconfig +++ b/content/.editorconfig @@ -5,4 +5,6 @@ indent_style = space indent_size = 2 [*.cs] +indent_style = space +indent_size = 4 csharp_style_namespace_declarations=file_scoped:suggestion \ No newline at end of file