mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Changed max line length to 80 characters
This commit is contained in:
@@ -250,7 +250,7 @@ ignore-imports=no
|
|||||||
[FORMAT]
|
[FORMAT]
|
||||||
|
|
||||||
# Maximum number of characters on a single line.
|
# Maximum number of characters on a single line.
|
||||||
max-line-length=100
|
max-line-length=80
|
||||||
|
|
||||||
# Regexp for a line that is allowed to be longer than the limit.
|
# Regexp for a line that is allowed to be longer than the limit.
|
||||||
ignore-long-lines=^\s*(# )?<?https?://\S+>?$
|
ignore-long-lines=^\s*(# )?<?https?://\S+>?$
|
||||||
|
|||||||
Reference in New Issue
Block a user