You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RuleDocumentation/UseConsistentWhitespace.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Checks if there is a space after the opening brace and a space before the closin
39
39
40
40
#### CheckOpenBrace: bool (Default value is `$true`)
41
41
42
-
Checks if there is a space between a keyword and its corresponding open brace. E.g. `foo { }` instead of `foo{ }`.
42
+
Checks if there is a space between a keyword and its corresponding open brace. E.g. `foo { }` instead of `foo{ }`. If an open brace is preceded by an open parenthesis, then no space is required.
43
43
44
44
#### CheckOpenParen: bool (Default value is `$true`)
0 commit comments