mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12681 from devtooligan/tweak/update-max-line-length
tweak: update maximum line length
This commit is contained in:
commit
e7c5f04464
@ -146,8 +146,7 @@ No:
|
|||||||
Maximum Line Length
|
Maximum Line Length
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Keeping lines under the `PEP 8 recommendation <https://www.python.org/dev/peps/pep-0008/#maximum-line-length>`_ to a maximum of 79 (or 99)
|
Maximum suggested line length is 120 characters.
|
||||||
characters helps readers easily parse the code.
|
|
||||||
|
|
||||||
Wrapped lines should conform to the following guidelines.
|
Wrapped lines should conform to the following guidelines.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user