mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Set the maximuml line length to 79 instead of 80
This commit is contained in:
parent
a7481a0546
commit
f593ab0fbd
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ generated-members=
|
||||||
[FORMAT]
|
[FORMAT]
|
||||||
|
|
||||||
# Maximum number of characters on a single line.
|
# Maximum number of characters on a single line.
|
||||||
max-line-length=80
|
max-line-length=79
|
||||||
|
|
||||||
# Maximum number of lines in a module
|
# Maximum number of lines in a module
|
||||||
max-module-lines=1000
|
max-module-lines=1000
|
||||||
|
|
|
@ -58,6 +58,6 @@ def has_right(owner, user, password):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# default is reject
|
# default is reject
|
||||||
# this alleviates the problem of a possibly empty reply from courier authlib
|
# this alleviates the problem of a possibly empty reply from authlib
|
||||||
# see http://www.courier-mta.org/authlib/README_authlib.html#authpipeproto
|
# see http://www.courier-mta.org/authlib/README_authlib.html#authpipeproto
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue