mirror of https://github.com/google/oss-fuzz.git
Merge contradictory indent directives (#3226)
This commit is contained in:
parent
14758dfe7d
commit
d76fe9aeeb
|
@ -581,8 +581,5 @@ min-public-methods=2
|
||||||
overgeneral-exceptions=BaseException,
|
overgeneral-exceptions=BaseException,
|
||||||
Exception
|
Exception
|
||||||
|
|
||||||
# String used as indentation unit. We differ from PEP8's normal 4 spaces.
|
|
||||||
indent-string=' '
|
|
||||||
|
|
||||||
# Maximum number of characters on a single line.
|
# Maximum number of characters on a single line.
|
||||||
max-line-length=80
|
max-line-length=80
|
Loading…
Reference in New Issue