mirror of https://github.com/google/oss-fuzz.git
Merge contradictory indent directives (#3226)
This commit is contained in:
parent
14758dfe7d
commit
d76fe9aeeb
|
@ -322,7 +322,7 @@ indent-after-paren=4
|
||||||
|
|
||||||
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
|
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
|
||||||
# tab).
|
# tab).
|
||||||
indent-string=' '
|
indent-string=' '
|
||||||
|
|
||||||
# Maximum number of characters on a single line.
|
# Maximum number of characters on a single line.
|
||||||
max-line-length=100
|
max-line-length=100
|
||||||
|
@ -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