From 77fe2e4d48bf4ea6229ecb23db5b40db6ed099ee Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Fri, 20 Mar 2026 14:20:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Aligns=20styling=20rules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Solution.sln.DotSettings | 2 +- stylecop.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Solution.sln.DotSettings b/Solution.sln.DotSettings index da580e1..864541a 100644 --- a/Solution.sln.DotSettings +++ b/Solution.sln.DotSettings @@ -30,7 +30,7 @@ None None True - USE_TABS_ONLY + USE_SPACES 0 1 1 diff --git a/stylecop.json b/stylecop.json index 51ed940..bf2d5e8 100644 --- a/stylecop.json +++ b/stylecop.json @@ -33,7 +33,7 @@ "layoutRules": { "newlineAtEndOfFile": "require", "allowConsecutiveUsings": false, - "allowDoWhileOnClosingBrace": true + "allowDoWhileOnClosingBrace": false }, "readabilityRules": { "allowBuiltInTypeAliases": false