.pylint
changeset 1877 da5f1fa46f2b
parent 1872 866fb3ab8778
child 2015 4eeefc6a13fd
equal deleted inserted replaced
1876:995df4804221 1877:da5f1fa46f2b
   315 
   315 
   316 # Number of spaces of indent required inside a hanging  or continued line.
   316 # Number of spaces of indent required inside a hanging  or continued line.
   317 indent-after-paren=4
   317 indent-after-paren=4
   318 
   318 
   319 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
   319 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
   320 expected-line-ending-format=
   320 expected-line-ending-format=LF
   321 
   321 
   322 
   322 
   323 [IMPORTS]
   323 [IMPORTS]
   324 
   324 
   325 # Deprecated modules which should not be used, separated by a comma
   325 # Deprecated modules which should not be used, separated by a comma