We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a7b95 commit 7347addCopy full SHA for 7347add
1 file changed
Rules/Strings.resx
@@ -927,7 +927,10 @@
927
<data name="UseWhitespaceErrorBeforeBrace" xml:space="preserve">
928
<value>Use space before open brace.</value>
929
</data>
930
- <data name="UseWhitespaceErrorBeforeParen" xml:space="preserve">
+ <data name="UseWhitespaceErrorBeforeParen" xml:space="preserve">
931
<value>Use space before open parenthesis.</value>
932
933
+ <data name="UseWhitespaceErrorOperator" xml:space="preserve">
934
+ <value>Use space before and after binary and assignment operators.</value>
935
+ </data>
936
</root>
0 commit comments