You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
322 B
10 lines
322 B
[style] |
|
based_on_style = pep8 |
|
spaces_before_comment = 2 |
|
column_limit = 79 |
|
blank_line_before_nested_class_or_def = false |
|
blank_line_before_module_docstring = true |
|
split_before_logical_operator = true |
|
split_before_first_argument = true |
|
allow_split_before_dict_value = false |
|
split_before_arithmetic_operator = true
|
|
|