From 48ffbc0eb4d610784e6db507b5ae30e4ff20b108 Mon Sep 17 00:00:00 2001 From: "internalautomation[bot]" <85681268+internalautomation[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:13:36 +0000 Subject: [PATCH] GitHubSync update - master --- src/.editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.editorconfig b/src/.editorconfig index a751d64a60..985a5a0f68 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -1,6 +1,9 @@ # TODO: Uncomment when analyzer line ending problem is fixed #root = true +[*] +max_line_length = 500 + [*.{csproj,props,targets,xml}] indent_style = space indent_size = 2