Skip to content

Commit 54b5854

Browse files
author
Kasey Uhlenhuth
committed
minor tweak
1 parent d91777f commit 54b5854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following table lists the possible severity values and their effects:
5151

5252
Severity | Effect
5353
:------- | ------
54-
`none` or `silent` | Do not show anything to the user when this rule is violated. Code generation features will generate code in this style, however. If enabled in the **Format Document** settings, rules with `none` severity appear in the *Quick Actions and Refactorings* menu. In most cases, this is considered "disabled" or "ignored".
54+
`none` or `silent` | 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 never appear in the *Quick Actions and Refactorings* menu. In most cases, this is considered "disabled" or "ignored".
5555
`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.
5656
`warning` | When this style rule is violated, show a compiler warning.
5757
`error` | When this style rule is violated, show a compiler error.

0 commit comments

Comments
 (0)