Skip to content

Commit 3fcb883

Browse files
committed
Clarified configuration help
1 parent 42b14bf commit 3fcb883

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

documentation/Configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ The `allowConsecutiveUsings` property specifies the behavior:
322322
* `true`: consecutive using statements without braces will not produce diagnostics
323323
* `false`: consecutive using statements without braces will produce a SA1519 diagnostic
324324

325+
This only allows omitting the braces for a using followed by another using statement. A using statement followed by any other type of statement will still
326+
require braces to used.
327+
325328
## Documentation Rules
326329

327330
This section describes the features of documentation rules which can be configured in **stylecop.json**. Each of the described properties are configured in the `documentationRules` object, which is shown in the following sample file.

0 commit comments

Comments
 (0)