From 7084888242b6ab4e90772f66408cd4c97e9ff855 Mon Sep 17 00:00:00 2001 From: Manuel Menegazzo <65919883+m3nax@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:42:17 +0100 Subject: [PATCH] Add .csproj indentation rules in .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1b59796a..b78ba8ad 100644 --- a/.editorconfig +++ b/.editorconfig @@ -167,3 +167,7 @@ indent_size = 2 indent_style = space insert_final_newline = false tab_width = 2 + +[*.csproj] +indent_size = 2 +indent_style = space \ No newline at end of file