From 947b6de8e33305fdf34ccf762460f9aa1f9d6826 Mon Sep 17 00:00:00 2001 From: particularbot6 <75360975+particularbot6@users.noreply.github.com> Date: Fri, 19 Nov 2021 23:06:45 +0100 Subject: [PATCH] GitHubSync update - master --- src/.editorconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/.editorconfig b/src/.editorconfig index efb10f7267..ebac85a1bd 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -1,6 +1,10 @@ # TODO: Uncomment when analyzer line ending problem is fixed #root = true +[*.{csproj,xml}] +indent_style = space +indent_size = 2 + [*.cs] dotnet_analyzer_diagnostic.severity = default @@ -8,9 +12,8 @@ dotnet_analyzer_diagnostic.severity = default #### Core EditorConfig Options #### # Indentation and spacing -indent_size = 4 indent_style = space -tab_width = 4 +indent_size = 4 # New line preferences # TODO: Uncomment when analyzer line ending problem is fixed