From 060fb5f13cd4842c6655a6286ad2c76b3c1e1349 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Wed, 23 Nov 2022 16:56:41 +0100 Subject: Add stylecop.json file --- stylecop.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 stylecop.json (limited to 'stylecop.json') diff --git a/stylecop.json b/stylecop.json new file mode 100644 index 000000000..6da4bf51d --- /dev/null +++ b/stylecop.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", + "settings": { + "layoutRules": { + "newlineAtEndOfFile": "require", + "allowDoWhileOnClosingBrace": true + } + } +} -- cgit v1.2.3