Skip to content

Commit 968509c

Browse files
author
Kasey Uhlenhuth
committed
added version info
1 parent 8a93c4d commit 968509c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/editorconfig-code-style-settings-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ The following table lists the possible severity values and their effects:
5151

5252
Severity | Effect
5353
:------- | ------
54-
`none` | Do not show anything to the user when this rule is violated. Code generation features will generate code in this style, however. Rules with `none` severity will never participate in **Format Document** cleanup or appear in the *Quick Actions and Refactorings* menu. Typically, this is considered "disabled" or "ignored".
55-
`silent` (also `refactoring`) | Do not show anything to the user when this rule is violated. Code generation features will generate code in this style, however. Rules with `silent` severity will participate in cleanup if enabled in the **Format Document** settings and the *Quick Actions and Refactorings* menu.
54+
`none` | Do not show anything to the user when this rule is violated. Code generation features will generate code in this style, however. Rules with `none` severity will never participate in **Format Document** cleanup or appear in the *Quick Actions and Refactorings* menu. In most cases, this is considered "disabled" or "ignored".
55+
`silent` (also `refactoring` in version 15.8) | Do not show anything to the user when this rule is violated. Code generation features will generate code in this style, however. Rules with `silent` severity will participate in cleanup if enabled in the **Format Document** settings and the *Quick Actions and Refactorings* menu.
5656
`suggestion` | When this style rule is violated, show it to the user as a suggestion. Suggestions appear as three gray dots under the first two characters.
5757
`warning` | When this style rule is violated, show a compiler warning.
5858
`error` | When this style rule is violated, show a compiler error.

0 commit comments

Comments
 (0)