Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update RuleDocumentation/UseConsistentWhitespace.md
  • Loading branch information
bergmeister authored Feb 11, 2020
commit 842475f33d2307e2b5b838488f8ee0816f6152b7
3 changes: 2 additions & 1 deletion RuleDocumentation/UseConsistentWhitespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ Checks if a pipe is surrounded on both sides by a space but ignores redundant wh

#### CheckPipeForRedundantWhitespace : bool (Default value is `$false`)

Checks if a pipe is surrounded by redundant whitespace (i.e. more than 1 whitespace). E.g. `foo | bar` instead of `foo|bar`.
Checks if a pipe is surrounded by redundant whitespace (i.e. more than 1 whitespace). E.g. `foo | bar` instead of `foo |
bar`.

#### CheckParameter: bool (Default value is `$false` at the moment due to the setting being new)

Expand Down