stylecop.json 290 B

123456789
  1. {
  2. "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
  3. "settings": {
  4. "layoutRules": {
  5. "newlineAtEndOfFile": "require",
  6. "allowDoWhileOnClosingBrace": true
  7. }
  8. }
  9. }