We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761076b commit 5616269Copy full SHA for 5616269
Rules/Strings.resx
@@ -903,6 +903,9 @@
903
<data name="PlaceCloseBraceErrorShouldNotFollowEmptyLine" xml:space="preserve">
904
<value>Close brace does not follow a non-empty line.</value>
905
</data>
906
+ <data name="PlaceCloseBraceErrorShouldFollowNewLine" xml:space="preserve">
907
+ <value>Close brace does not follow a new line.</value>
908
+ </data>
909
<data name="UseConsistentIndentationName" xml:space="preserve">
910
<value>UseConsistentIndentation</value>
911
0 commit comments