From b0bbdc19d266ae59475190b0c920b47e4dc94079 Mon Sep 17 00:00:00 2001 From: Shawn Callegari <36091529+shawncal@users.noreply.github.com> Date: Mon, 10 Jul 2023 23:19:03 -0700 Subject: [PATCH] Move dotnet/.editorconfig to dotnet/src/.editorconfig Move the .editorconfig that enforces ConfigureAwait(false) into the dotnet/src folder so that it doesn't apply to dotnet/samples. --- dotnet/{ => src}/.editorconfig | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dotnet/{ => src}/.editorconfig (100%) diff --git a/dotnet/.editorconfig b/dotnet/src/.editorconfig similarity index 100% rename from dotnet/.editorconfig rename to dotnet/src/.editorconfig