From e7dfb66defd76651954cd780710bc9b4daa8a57c Mon Sep 17 00:00:00 2001 From: Milon Date: Mon, 14 Apr 2025 19:07:21 +0200 Subject: [PATCH] update editorconfig docstring indentation (#36511) * Update .editorconfig * webedit ops --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 8b92144453..8a5cf43521 100644 --- a/.editorconfig +++ b/.editorconfig @@ -127,6 +127,7 @@ csharp_indent_braces = false #csharp_indent_case_contents_when_block = true #csharp_indent_labels = one_less_than_current csharp_indent_switch_labels = true +xmldoc_indent_text = zeroindent # Space preferences csharp_space_after_cast = false