mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Changed max line length to 80 characters
This commit is contained in:
parent
a272a0a6e9
commit
67fca03246
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ ignore-imports=no
|
|||
[FORMAT]
|
||||
|
||||
# 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.
|
||||
ignore-long-lines=^\s*(# )?<?https?://\S+>?$
|
||||
|
|
|
|||
Loading…
Reference in a new issue