Lines Matching refs:line
68 # option multiple times (only on the command line, not in the configuration
171 # A path to a file that contains private dictionary; one word per line.
206 # Maximum number of characters on a single line.
207 max-line-length=80
209 # Regexp for a line that is allowed to be longer than the limit.
212 # Allow the body of an if to be on the same line as the test if there is no
214 single-line-if-stmt=no
223 # Number of spaces of indent required inside a hanging or continued line.
226 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
227 expected-line-ending-format=LF
288 # Minimum line length for functions/classes that require docstrings, shorter