aboutsummaryrefslogtreecommitdiff
path: root/stylecop.json
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2022-11-23 16:56:41 +0100
committerBond_009 <bond.009@outlook.com>2022-11-27 14:13:31 +0100
commit060fb5f13cd4842c6655a6286ad2c76b3c1e1349 (patch)
tree98dd6ac081887dbbe0f3dc904813cdc1b60c86e1 /stylecop.json
parent556cc8062debd5370ef907b0c78e8636356a8068 (diff)
Add stylecop.json file
Diffstat (limited to 'stylecop.json')
-rw-r--r--stylecop.json9
1 files changed, 9 insertions, 0 deletions
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
+ }
+ }
+}