From 6e9450fbf531c0c2c4e91ebf65b931d105a4cf01 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Thu, 13 Nov 2025 15:41:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Aligns=20stylecop=20rules=20with?= =?UTF-8?q?=20C#=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylecop.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylecop.json b/stylecop.json index 6f8a860..62d4382 100644 --- a/stylecop.json +++ b/stylecop.json @@ -6,7 +6,7 @@ "indentationSize": 2 }, "orderingRules": { - "usingDirectivesPlacement": "outsideNamespace", + "usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require", "elementOrder": [ @@ -22,6 +22,7 @@ "class", "interface", "struct", + "delegate", "enum" ] },