-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change .rst file maximum line length to 80
Align the .rst line length with the one in use in the php/policies repository. [1] Policies uses the same Sphinx / Docutils based documentation build including the same rstfmt formatting utility. Additionally, the line length of 80 has been mentioned in the Python Developer Guide, home of the file format: [2] The maximum line length is 80 characters for normal text, but \ tables, deeply indented code samples and long links may extend \ beyond that. [1]: https://github.com/php/policies [2]: https://devguide.python.org/documentation/markup/#use-of-whitespace
- Loading branch information
Showing
10 changed files
with
648 additions
and
516 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,4 @@ trim_trailing_whitespace = false | |
|
||
[*.rst] | ||
indent_style = space | ||
max_line_length = 100 | ||
max_line_length = 80 |
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
Oops, something went wrong.