-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Indent multiline messages in say_status
This prevents multiline status messages from breaking the left margin. As an example, before this commit: ``` status1 single line status2 multiline line 1 multiline line 2 multiline line 3 status3 multiline indent 0 multiline indent 2 multiline indent 4 status4 single line ``` And after this commit: ``` status1 single line status2 multiline line 1 multiline line 2 multiline line 3 status3 multiline indent 0 multiline indent 2 multiline indent 4 status4 single line ```
- Loading branch information
1 parent
ff37cba
commit a546e93
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters