diff options
Diffstat (limited to 'stylecop.json')
| -rw-r--r-- | stylecop.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stylecop.json b/stylecop.json new file mode 100644 index 0000000000..6da4bf51df --- /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 + } + } +} |
