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