2a323424ee
Added YAPF config recently implemented into Spyglass. Reformatted code using YAPF.
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
[style]
|
|
based_on_style = pep8
|
|
allow_split_before_dict_value = false
|
|
blank_line_before_nested_class_or_def = true
|
|
blank_line_before_module_docstring = true
|
|
split_before_logical_operator = false
|