-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: Use CamelCase for GitHub (#1357)
Fix also some whitespace issues. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information
Showing
1 changed file
with
11 additions
and
12 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
0d9cdbe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bc668da04295#diff-04c6e90faac2
The purpose of the two spaces was to split the badges area to two lines. First line is for build status, second line is for 'other stuff'.
bc668da04295#diff-04c6e90faac2
https://github.com/tesseract-ocr/tesseract/blob/bc668da04295/README.md
Here is how it looked before my patch:
https://github.com/tesseract-ocr/tesseract/blob/95bf30def18cc/README.md
If you think just one line is better/prettier, it's fine with me.
0d9cdbe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That side effect was not intentional – I did not know that two spaces at the end of a line create a page break.
Generally blanks at line endings are problematic as they are invisible and normally unwanted for text files. Therefore my editor is configured to remove them automatically.
Pull request #1504 restores the old look.