From 2359b8a88ae154bfccf8b29e0971afccbd539bbe Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Tue, 17 Feb 2026 13:20:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Updates=20StyleCop=20configurati?= =?UTF-8?q?on=20to=20place=20using=20directives=20inside=20namespace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylecop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylecop.json b/stylecop.json index 6f8a860..51ed940 100644 --- a/stylecop.json +++ b/stylecop.json @@ -6,7 +6,7 @@ "indentationSize": 2 }, "orderingRules": { - "usingDirectivesPlacement": "outsideNamespace", + "usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require", "elementOrder": [