mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Allow 100 character lines when necessary.
This commit is contained in:
parent
149cd56c0b
commit
6283ced29c
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ ignore-imports=yes
|
|||
[FORMAT]
|
||||
|
||||
# Maximum number of characters on a single line.
|
||||
max-line-length=80
|
||||
max-line-length=100
|
||||
|
||||
# Regexp for a line that is allowed to be longer than the limit.
|
||||
ignore-long-lines=^\s*(# )?<?https?://\S+>?$
|
||||
|
|
|
|||
Loading…
Reference in a new issue