15 lines
412 B
Plaintext
Raw Normal View History

2010-12-26 21:57:44 +02:00
[TYPECHECK]
# List of classes names for which member attributes should not be checked
# (useful for classes with attributes dynamically set).
2010-12-27 13:39:43 +02:00
ignored-classes=Launchpad,BaseWrapper,PersonTeam,Distribution,Consumer,Credentials
2010-12-26 21:57:44 +02:00
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=80
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
# tab).
indent-string=' '